Skip to content

Commit

Permalink
Add babel files
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorTaelin committed Apr 25, 2017
1 parent 59b5626 commit 4e58550
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"presets": [
["es2015", { "modules": false }]
]
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"bundle": "browserify -d lib/swarm.js > examples/example_dapp_uploader/swarm.min.js",
"minify": "ccjs examples/example_dapp_uploader/swarm.min.js > examples/example_dapp_uploader/swarm.min.js_; mv examples/example_dapp_uploader/swarm.min.js_ examples/example_dapp_uploader/swarm.min.js",
"build": "npm run bundle; npm run minify",
"babel": " babel src --out-dir=lib",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "MaiaVictor",
Expand Down

0 comments on commit 4e58550

Please sign in to comment.