diff --git a/package.json b/package.json index ec68aec..97c2770 100644 --- a/package.json +++ b/package.json @@ -6,20 +6,14 @@ "scripts": { "start": "parcel index.html --out-dir build --open && cp ./manifest.webapp ./build/ && cp -r ./assets/ ./build/", "build": "parcel build index.html --out-dir build && cp ./manifest.webapp ./build/ && cp -r ./assets/ ./build/", - "app:install": "kdeploy build install", - "app:uninstall": "kdeploy build uninstall", - "app:update": "kdeploy build update", - "app:start": "kdeploy build start", - "app:stop": "kdeploy build stop" }, "dependencies": {}, "devDependencies": { "@babel/core": "7.2.0", "parcel-bundler": "^1.6.1", - "kdeploy": "kaiostech/kdeploy" }, "keywords": [ "vanilla", "kaios" ] -} \ No newline at end of file +}