Skip to content

Commit

Permalink
move hapi dependencies to sub package cli
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudlewis committed Aug 12, 2021
1 parent 949fc22 commit 0058ac4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@types/hapi__hapi": "^20.0.9",
"eslint": "^7",
"eslint-config-oclif": "^3.1",
"eslint-config-oclif-typescript": "^0.1",
Expand All @@ -29,8 +28,5 @@
"prepack": "yarn workspaces run prepack",
"test": "yarn workspaces run test",
"posttest": "eslint . --ext .ts --config .eslintrc"
},
"dependencies": {
"@hapi/hapi": "^20.1.5"
}
}
2 changes: 2 additions & 0 deletions packages/prismic-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"@babel/parser": "^7.12.11",
"@babel/traverse": "^7.12.12",
"@babel/types": "^7.12.12",
"@hapi/hapi": "^20.1.5",
"@koa/cors": "^3.1.0",
"@oclif/command": "^1",
"@oclif/config": "^1",
Expand Down Expand Up @@ -58,6 +59,7 @@
"yeoman-generator": "^4.12.0"
},
"devDependencies": {
"@types/hapi__hapi": "^20.0.9",
"@oclif/dev-cli": "^1",
"@oclif/test": "^1",
"@types/babel__generator": "^7.6.2",
Expand Down

0 comments on commit 0058ac4

Please sign in to comment.