Skip to content

Commit

Permalink
Include src files on install (#467)
Browse files Browse the repository at this point in the history
* include src folder on install
* Include dist folder on install
  • Loading branch information
RoachMech authored and bbrala committed Oct 24, 2016
1 parent 9b52957 commit 3ad6c28
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,18 +79,8 @@
},
"main": "dist/jquery.contextMenu.js",
"files": [
"dist/jquery.contextMenu.js",
"dist/jquery.contextMenu.min.js",
"dist/jquery.contextMenu.min.js.map",
"dist/jquery.contextMenu.css",
"dist/jquery.contextMenu.min.css",
"dist/jquery.contextMenu.min.css.map",
"dist/jquery.ui.position.js",
"dist/jquery.ui.position.min.js",
"dist/font/context-menu-icons.eot",
"dist/font/context-menu-icons.ttf",
"dist/font/context-menu-icons.woff",
"dist/font/context-menu-icons.woff2"
"dist",
"src"
],
"scripts": {
"test": "npm run test-unit",
Expand Down

0 comments on commit 3ad6c28

Please sign in to comment.