Skip to content

Commit

Permalink
chore: update package.json
Browse files Browse the repository at this point in the history
move @waiting/shared-core to devDependencies
  • Loading branch information
waitingsong committed Sep 8, 2019
1 parent 9a73f21 commit 1396b37
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/kmore-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"description": "npm boilerplate",
"keywords": [
"种子项目",
"typescript"
"typescript",
"ts"
],
"engines": {
"node": ">=8.10.0"
Expand Down Expand Up @@ -47,7 +48,6 @@
"all": true
},
"dependencies": {
"@waiting/shared-core": "^1.9.1",
"rxjs": "^6.5.2"
},
"devDependencies": {
Expand All @@ -57,6 +57,7 @@
"@types/rewire": "*",
"@types/rimraf": "*",
"@types/yargs": "^13.0.0",
"@waiting/shared-core": "^1.9.1",
"coveralls": "^3.0.3",
"intelli-espower-loader": "^1.0.1",
"mocha": "^5.2.0",
Expand Down

0 comments on commit 1396b37

Please sign in to comment.