Update packages

This commit is contained in:
Paulus Schoutsen 2016-03-27 08:37:29 -07:00
parent 51d3e9b92d
commit 646eaa96a1

View File

@ -20,7 +20,7 @@
"author": "Paulus Schoutsen <Paulus@PaulusSchoutsen.nl> (http://paulusschoutsen.nl)", "author": "Paulus Schoutsen <Paulus@PaulusSchoutsen.nl> (http://paulusschoutsen.nl)",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"home-assistant-js": "git+https://github.com/balloob/home-assistant-js.git#7edd6f3815d271fa62009aa9147d9bc466d97fb1", "home-assistant-js": "git+https://github.com/balloob/home-assistant-js.git#e1eeafb110be2e298c037467ddce72381dc9f9e4",
"lodash": "^4.6.1", "lodash": "^4.6.1",
"moment": "^2.12.0" "moment": "^2.12.0"
}, },
@ -29,10 +29,10 @@
"babel-loader": "^6.2", "babel-loader": "^6.2",
"babel-preset-es2015": "^6.6.0", "babel-preset-es2015": "^6.6.0",
"bower": "^1.7.7", "bower": "^1.7.7",
"html-minifier": "^1.2.0",
"vulcanize": "^1.14.7",
"eslint": "^2.5.1", "eslint": "^2.5.1",
"eslint-config-airbnb": "^6.2.0", "eslint-config-airbnb": "^6.2.0",
"html-minifier": "^1.3.1",
"vulcanize": "^1.14.8",
"webpack": "^1.12" "webpack": "^1.12"
} }
} }