Skip to content

Commit

Permalink
Add files entry to package.json to publish dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick Galatol committed Jun 15, 2016
1 parent f77edaa commit 6ff5bc7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "esreflect",
"version": "0.1.0",
"version": "0.1.2",
"description": "ECMAScript library providing a reflection API for ECMAScript",
"main": "dist/esreflect.js",
"repository": {
Expand Down Expand Up @@ -32,6 +32,13 @@
"phantomjs": "^1.9.19",
"watchify": "^3.6.1"
},
"files": [
"src",
"dist",
"README.md",
"API.md",
"LICENSE"
],
"scripts": {
"watch": "watchify src/main.js -o dist/esreflect.js",
"build": "browserify src/main.js > dist/esreflect.js",
Expand Down

0 comments on commit 6ff5bc7

Please sign in to comment.