Skip to content

Commit

Permalink
use files to specify package content
Browse files Browse the repository at this point in the history
  • Loading branch information
tomap committed Dec 8, 2018
1 parent 0d9cee4 commit 25cf941
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .npmignore
Expand Up @@ -11,4 +11,5 @@ appveyor.yml
.eslintrc
.gitmodules
.jscsrc
.npmignore
.npmignore
.eslintrc.json
5 changes: 5 additions & 0 deletions package.json
Expand Up @@ -6,6 +6,11 @@
"bin": {
"hexo": "./bin/hexo"
},
"files": [
"lib",
"completion",
"bin"
],
"scripts": {
"eslint": "eslint .",
"test": "mocha test/index.js",
Expand Down

0 comments on commit 25cf941

Please sign in to comment.