|
@@ -4,6 +4,7 @@
|
|
|
"description": "Slice and compose redux-type reducers.",
|
|
|
"main": "lib/node.js",
|
|
|
"scripts": {
|
|
|
+ "build": "babel src --presets es2015,stage-2 --out-dir lib",
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
},
|
|
|
"repository": {
|
|
@@ -16,5 +17,10 @@
|
|
|
"compose"
|
|
|
],
|
|
|
"author": "Herby Vojčík <herby@mailbox.sk>",
|
|
|
- "license": "MIT"
|
|
|
+ "license": "MIT",
|
|
|
+ "devDependencies": {
|
|
|
+ "babel-cli": "^6.18.0",
|
|
|
+ "babel-preset-es2015": "^6.18.0",
|
|
|
+ "babel-preset-stage-2": "^6.18.0"
|
|
|
+ }
|
|
|
}
|