Skip to content

Commit

Permalink
feat: npm字段 publishConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
wensiyuanseven committed Jul 8, 2020
1 parent 86b25f9 commit 0e9b7b2
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 2 deletions.
Binary file added dist/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/favicon.ico><title>better-gesture</title><link href=/js/chunk-vendors.d2193adb.js rel=preload as=script><link href=/js/index.93f3ea7f.js rel=preload as=script></head><body><noscript><strong>We're sorry but better-gesture doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/js/chunk-vendors.d2193adb.js></script><script src=/js/index.93f3ea7f.js></script></body></html>
8 changes: 8 additions & 0 deletions dist/js/chunk-vendors.d2193adb.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/js/chunk-vendors.d2193adb.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dist/js/index.93f3ea7f.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/js/index.93f3ea7f.js.map

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
"vue-template-compiler": "^2.6.11",
"vuepress": "^1.5.0"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"keywords": [
"gesture",
"touch",
Expand All @@ -36,7 +39,7 @@
"eslintConfig": {
"root": true,
"env": {
"node": true
"node": false
},
"extends": [
"plugin:vue/essential",
Expand All @@ -57,4 +60,4 @@
"last 2 versions",
"not dead"
]
}
}

0 comments on commit 0e9b7b2

Please sign in to comment.