Add build npm script

Abstract the build process behind `npm run build`.

It is a good practice as it makes the transition to another build system easier.
This commit is contained in:
Julien Fontanet 2015-05-15 11:32:24 +02:00
parent 62046eb482
commit 6ba672e8b7

View File

@ -4,6 +4,7 @@
"version": "0.2.10",
"main": "./source-map-support.js",
"scripts": {
"build": "node build.js",
"test": "mocha"
},
"dependencies": {