Skip to content

Commit

Permalink
Ignore more files from NPM package (#230)
Browse files Browse the repository at this point in the history
Exclude:

- README.hbs
- .eslintignore
- .github/
  • Loading branch information
martijnversluis authored Jan 3, 2021
1 parent b1eed2a commit c0aeb0d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
doc
node_modules
src
test
.babelrc
.codeclimate.yml
.eslintignore
.eslintrc
.travis.yml
.github
.idea
.travis.yml
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"build:sources": "babel src --out-dir lib",
"build:pegjs": "pegjs -o src/parser/chord_pro_peg_parser.js src/parser/chord_pro_grammar.pegjs",
"build": "yarn build:templates && yarn build:pegjs && yarn build:sources",
"readme": "jsdoc2md -f src/**/*.js --template README.hbs > README.md",
"readme": "jsdoc2md -f src/**/*.js --template doc/README.hbs > README.md",
"prepublishOnly": "yarn install && yarn test && yarn build",
"pretest": "yarn build:templates && yarn build:pegjs"
},
Expand Down

0 comments on commit c0aeb0d

Please sign in to comment.