Skip to content

Commit

Permalink
add .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
谢庭 authored and 谢庭 committed Nov 21, 2017
1 parent 0b61acc commit e6baf22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
docs
examples
fig
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"build-player": "browserify index.player.js -s PearPlayer > ./dist/pear-player.js",
"uglify-player": "browserify -s PearPlayer -e ./index.player.js | babili > ./dist/pear-player.min.js",
"pull-from-github": "git pull",
"push-to-github": "git add . && git commit -m 'update' && git push",
"push-to-github": "git add . && git commit -m 'add .npmignore' && git push",
"npm-publish": "npm publish",
"copy-to-downloader-project": "cp -r ./src/* ../PearDownloader.js/src"
},
Expand Down

0 comments on commit e6baf22

Please sign in to comment.