Skip to content

Commit

Permalink
specifying files to download while npm
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekbh committed Sep 9, 2015
1 parent 1ca020a commit f53861d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "veronica-x",
"version": "0.5.0",
"version": "0.5.1",
"author": "Prateek Bhatnagar <[email protected]>",
"private": false,
"scripts": {
Expand All @@ -23,5 +23,12 @@
"grunt-contrib-uglify": "^0.9.1",
"load-grunt-tasks": "^3.1.0",
"mocha-phantomjs": "^3.6.0"
}
},
"files": [
"demo",
"veronica.js",
"veronica.min.js",
"veronica+compiler.js",
"veronica+compiler.min.js",
]
}

0 comments on commit f53861d

Please sign in to comment.