We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97e2c7b commit 87ee2cfCopy full SHA for 87ee2cf
1 file changed
package.json
@@ -6,20 +6,14 @@
6
"scripts": {
7
"start": "parcel index.html --out-dir build --open && cp ./manifest.webapp ./build/ && cp -r ./assets/ ./build/",
8
"build": "parcel build index.html --out-dir build && cp ./manifest.webapp ./build/ && cp -r ./assets/ ./build/",
9
- "app:install": "kdeploy build install",
10
- "app:uninstall": "kdeploy build uninstall",
11
- "app:update": "kdeploy build update",
12
- "app:start": "kdeploy build start",
13
- "app:stop": "kdeploy build stop"
14
},
15
"dependencies": {},
16
"devDependencies": {
17
"@babel/core": "7.2.0",
18
"parcel-bundler": "^1.6.1",
19
- "kdeploy": "kaiostech/kdeploy"
20
21
"keywords": [
22
"vanilla",
23
"kaios"
24
]
25
-}
+}
0 commit comments