Skip to content

Commit

Permalink
tryin to fix build. kaiostech#2
Browse files Browse the repository at this point in the history
  • Loading branch information
Galothus authored Dec 12, 2019
1 parent 87ee2cf commit ee5846a
Showing 1 changed file with 19 additions and 17 deletions.
36 changes: 19 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
{
"name": "my-first-vanilla-app-for-kaios",
"version": "1.0.0",
"description": "A simple task application using only Vanilla",
"main": "index.html",
"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/",
},
"dependencies": {},
"devDependencies": {
"@babel/core": "7.2.0",
"parcel-bundler": "^1.6.1",
},
"keywords": [
"vanilla",
"kaios"
]
"name":"my-first-vanilla-app-for-kaios",
"version":"1.0.0",
"description":"A simple task application using only Vanilla",
"main":"index.html",
"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/"
},
"dependencies":{

},
"devDependencies":{
"@babel/core":"7.2.0",
"parcel-bundler":"^1.6.1"
},
"keywords":[
"vanilla",
"kaios"
]
}

0 comments on commit ee5846a

Please sign in to comment.