Skip to content

Commit ee5846a

Browse files
authored
tryin to fix build. kaiostech#2
1 parent 87ee2cf commit ee5846a

1 file changed

Lines changed: 19 additions & 17 deletions

File tree

package.json

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
{
2-
"name": "my-first-vanilla-app-for-kaios",
3-
"version": "1.0.0",
4-
"description": "A simple task application using only Vanilla",
5-
"main": "index.html",
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-
},
10-
"dependencies": {},
11-
"devDependencies": {
12-
"@babel/core": "7.2.0",
13-
"parcel-bundler": "^1.6.1",
14-
},
15-
"keywords": [
16-
"vanilla",
17-
"kaios"
18-
]
2+
"name":"my-first-vanilla-app-for-kaios",
3+
"version":"1.0.0",
4+
"description":"A simple task application using only Vanilla",
5+
"main":"index.html",
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+
},
10+
"dependencies":{
11+
12+
},
13+
"devDependencies":{
14+
"@babel/core":"7.2.0",
15+
"parcel-bundler":"^1.6.1"
16+
},
17+
"keywords":[
18+
"vanilla",
19+
"kaios"
20+
]
1921
}

0 commit comments

Comments
 (0)