Skip to content

Commit

Permalink
fix(*): set api as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mebibou committed Nov 12, 2018
1 parent e66041e commit dcadfec
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 37 deletions.
31 changes: 9 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clearroad-api-storages",
"version": "0.1.0-alpha.2",
"version": "0.1.0-alpha.5",
"description": "ClearRoad API additional storages",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"homepage": "https://github.com/clearroad/clearroad-api-storages#readme",
"dependencies": {
"@clearroad/api": "^2.4.0",
"@clearroad/api": "^2.4.1",
"@types/mongodb": "^3.1.12",
"@types/pg": "^7.4.11",
"jio": "git+https://lab.nexedi.com/mebibou/jio.git#node",
Expand Down
5 changes: 2 additions & 3 deletions scripts/build/storage-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
"api",
"storage"
],
"peerDependencies": {
"@clearroad/api": "*",
"jio": "*"
"dependencies": {
"@clearroad/api": ">= 2.4.1"
},
"bugs": {
"url": "https://github.com/clearroad/clearroad-api-storages/issues"
Expand Down
5 changes: 1 addition & 4 deletions src/@clearroad/storages/mariadb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,9 @@
"storage"
],
"dependencies": {
"@clearroad/api": ">= 2.4.1",
"mariadb": "git+https://github.com/MariaDB/mariadb-connector-nodejs.git#develop"
},
"peerDependencies": {
"@clearroad/api": "*",
"jio": "*"
},
"bugs": {
"url": "https://github.com/clearroad/clearroad-api-storages/issues"
},
Expand Down
5 changes: 2 additions & 3 deletions src/@clearroad/storages/mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@
"storage"
],
"dependencies": {
"@clearroad/api": ">= 2.4.1",
"mongodb": "^3.1.8"
},
"peerDependencies": {
"@clearroad/api": "*",
"@types/mongodb": "^3.1.12",
"jio": "*"
"@types/mongodb": "^3.1.12"
},
"bugs": {
"url": "https://github.com/clearroad/clearroad-api-storages/issues"
Expand Down
5 changes: 2 additions & 3 deletions src/@clearroad/storages/postgresql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@
"storage"
],
"dependencies": {
"@clearroad/api": ">= 2.4.1",
"pg": "^7.6.0"
},
"peerDependencies": {
"@clearroad/api": "*",
"@types/pg": "^7.4.11",
"jio": "*"
"@types/pg": "^7.4.11"
},
"bugs": {
"url": "https://github.com/clearroad/clearroad-api-storages/issues"
Expand Down

0 comments on commit dcadfec

Please sign in to comment.