Skip to content

Commit

Permalink
build via npm; compatible w/windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekidder committed Jun 3, 2015
1 parent e2d798f commit bdd7b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"start": "cd examples && node server.js",
"lint": "eslint src",
"build": "./scripts/build",
"build": "babel src --out-dir lib",
"prepublish": "npm run build"
},
"repository": {
Expand Down

0 comments on commit bdd7b91

Please sign in to comment.