Skip to content

Commit

Permalink
add npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
cedcn committed Aug 29, 2016
1 parent b2d0d37 commit a5e1125
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/node_modules
npm-debug.log
/example
/src
/dist/lib.js
/dist/manifest.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dragresize",
"version": "1.0.0",
"version": "1.1.1",
"description": "",
"main": "./dist/dragresize.js",
"scripts": {
Expand Down

0 comments on commit a5e1125

Please sign in to comment.