Comparing version 1.3.2 to 1.4.0
{ | ||
"name": "lw-sdk", | ||
"version": "1.3.2", | ||
"version": "1.4.0", | ||
"description": "SDK for Laurel & Wolf API", | ||
"main": "src/index.js", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
@@ -10,3 +10,5 @@ "manual-test": "watchify spike/run.js -o spike/bundle.js -v -d", | ||
"test-ci": "zuul -- test/*.js", | ||
"lint": "lw lint src" | ||
"lint": "lw lint src", | ||
"build": "babel src --out-dir dist", | ||
"prepublish": "npm run build" | ||
}, | ||
@@ -16,2 +18,3 @@ "author": "Laurel & Wolf", | ||
"devDependencies": { | ||
"babel": "^5.8.23", | ||
"babelify": "^6.1.2", | ||
@@ -35,13 +38,3 @@ "browserify": "^11.0.0", | ||
"whatwg-fetch": "^0.9.0" | ||
}, | ||
"browserify": { | ||
"transform": [ | ||
[ | ||
"babelify", | ||
{ | ||
"stage": "0" | ||
} | ||
] | ||
] | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
37
257566
10