Skip to content

Commit

Permalink
update dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Atrox committed Aug 5, 2019
1 parent bc40e06 commit ebea2b6
Show file tree
Hide file tree
Showing 2 changed files with 1,986 additions and 793 deletions.
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -22,7 +22,7 @@
"url": "https://github.com/Atrox/haikunatorjs/issues"
},
"scripts": {
"build": "pack build",
"build": "pika-pack build",
"test": "jest",
"coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls"
},
Expand All @@ -31,12 +31,12 @@
"random-seed": "^0.3.0"
},
"devDependencies": {
"@pika/pack": "^0.3.4",
"@pika/plugin-build-node": "^0.4.0",
"@pika/plugin-build-types": "^0.4.0",
"@pika/plugin-build-web": "^0.4.0",
"@pika/plugin-bundle-web": "^0.4.0",
"@pika/plugin-standard-pkg": "^0.4.0",
"@pika/pack": "^0.5.0",
"@pika/plugin-build-node": "^0.6.0",
"@pika/plugin-build-types": "^0.6.0",
"@pika/plugin-build-web": "^0.6.0",
"@pika/plugin-bundle-web": "^0.6.0",
"@pika/plugin-standard-pkg": "^0.6.0",
"@types/jest": "^24.0.11",
"@types/lodash.defaults": "^4.2.5",
"@types/random-seed": "^0.3.3",
Expand Down

0 comments on commit ebea2b6

Please sign in to comment.