feat: instant builds

This commit is contained in:
calebboyd
2017-05-23 00:22:23 -05:00
parent 1f35fe498e
commit e12eb8b289
16 changed files with 402 additions and 160 deletions
+6 -2
View File
@@ -30,20 +30,24 @@
"app-builder": "^5.1.0",
"bluebird": "^3.5.0",
"chalk": "^1.1.3",
"globby": "^6.1.0",
"html-loader": "^0.4.5",
"json-loader": "^0.5.4",
"memory-fs": "^0.4.1",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"nigel": "^2.0.2",
"raw-loader": "^0.5.1",
"request": "^2.81.0",
"rimraf": "^2.6.1",
"streamsearch": "^0.1.2",
"tar-fs": "^1.15.2",
"webpack": "^2.3.3"
"webpack": "^2.3.3",
"xbin-loader": "^1.0.1"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.3.3",
"mocha": "^3.2.0",
"standard": "^10.0.1"