From 1e2ffae63f3c108f40ed99f50ff4406ffce62445 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 30 Jan 2017 09:15:11 -0800 Subject: [PATCH] Cleanup package.json --- package.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/package.json b/package.json index 1687221ef0..a941a04f5c 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,6 @@ "url": "https://github.com/home-assistant/home-assistant-polymer" }, "scripts": { - "setup_js_dev": "git submodule init && git submodule update && cd home-assistant-js && npm install", "clean": "rm -rf build/* build-temp/*", "js_dev": "script/gen-service-worker.js && npm run watch_ru_all", "js_dev_demo": "BUILD_DEMO=1 npm run watch_ru_all", @@ -28,7 +27,6 @@ }, "author": "Paulus Schoutsen (http://paulusschoutsen.nl)", "license": "Apache-2.0", - "_depComment": "keymirror, nuclear-js, object-assign, ha-js-ws are for ha-js", "dependencies": { "home-assistant-js-websocket": "^0.7.3" },