@@ -0,0 +1,3 @@
+{
+ "presets": ["es2015"]
+}
@@ -3,10 +3,10 @@
"version": "0.2.0",
"description": "js, helpers library",
"main": "jslib.js",
- "dependencies": {
+ "devDependencies": {
+ "babel-preset-es2015": "^6.22.0",
"nodeunit": "^0.10.2"
},
- "devDependencies": {},
"scripts": {
"nodeunit": "nodeunit",
"test": "nodeunit tests"
@@ -26,5 +26,10 @@
"email": "mightyplow@gmail.com",
"url": "http://mightyplow.net"
- "license": "ISC"
+ "license": "ISC",
+ "browserify": {
+ "transform": [
+ "babelify"
+ ]
+ }
}