diff --git a/.eslintrc.js b/.eslintrc.js index 57f5f4738..fa67d3031 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -6,7 +6,7 @@ module.exports = { }, "extends": "eslint:recommended", "rules": { - "indent": "off", + "indent": ["error", 4], "no-console": "off", "quotes": ["error", "double"], "no-trailing-spaces": "error", diff --git a/.travis.yml b/.travis.yml index 2c71bc4cc..b03397fab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,16 +1,5 @@ language: node_js node_js: + - "7" - "6" - "4" - -#Build settings for node-fibers -env: - - CXX=g++-4.8 - -#Build settings for node-fibers -addons: - apt: - sources: - - ubuntu-toolchain-r-test - packages: - - g++-4.8 diff --git a/package.json b/package.json index 30371a195..fed58b0e0 100644 --- a/package.json +++ b/package.json @@ -42,13 +42,15 @@ }, "dependencies": { "body-parser": "^1.15.2", + "contra": "^1.9.4", "express": "^4.14.0", "home-dir": "^1.0.0", - "krl-compiler": "^0.20.0", + "krl-compiler": "^0.26.3", "leveldown": "^1.4.6", "lodash": "^4.11.2", "minimist": "^1.2.0", "mkdirp": "^0.5.1", - "pico-engine-core": "^0.15.6" + "pico-engine-core": "^0.20.1", + "request": "^2.79.0" } } diff --git a/public/index.html b/public/index.html index dc16e66c0..fda26db8f 100644 --- a/public/index.html +++ b/public/index.html @@ -4,55 +4,17 @@
-Check the operations log, above. -Any problems will appear as -"*Problem..." -Please report any problems. -
--The bootstrap is now complete. -
Visit the My Picos @@ -84,6 +46,5 @@