Update package.json

This commit is contained in:
Paulus Schoutsen 2016-03-12 10:39:01 -08:00
parent ee54b13153
commit 0fed700045
1 changed files with 8 additions and 8 deletions

View File

@ -20,19 +20,19 @@
"author": "Paulus Schoutsen <Paulus@PaulusSchoutsen.nl> (http://paulusschoutsen.nl)",
"license": "MIT",
"dependencies": {
"home-assistant-js": "git+https://github.com/balloob/home-assistant-js.git#9a93089d0e3e41cecb3c6e99d5672341ca6d4152",
"lodash": "^4.5.0",
"moment": "^2.11.2"
"home-assistant-js": "git+https://github.com/balloob/home-assistant-js.git#7edd6f3815d271fa62009aa9147d9bc466d97fb1",
"lodash": "^4.6.1",
"moment": "^2.12.0"
},
"devDependencies": {
"babel-core": "^6.5",
"babel-core": "^6.7",
"babel-loader": "^6.2",
"babel-preset-es2015": "^6.3.13",
"babel-preset-es2015": "^6.6.0",
"bower": "^1.7.7",
"eslint": "^2.2.0",
"eslint-config-airbnb": "^6.0.2",
"eslint": "^2.4.0",
"eslint-config-airbnb": "^6.1.0",
"html-minifier": "^1.2.0",
"vulcanize": "^1.14.6",
"vulcanize": "^1.14.7",
"webpack": "^1.12"
}
}