Skip to content

Commit

Permalink
fix(module): using "servable-engine": "*"
Browse files Browse the repository at this point in the history
  • Loading branch information
adoucoure committed Sep 29, 2023
1 parent 0769b8b commit 57518fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
"url": "https://github.com/yelounak/servable-publishable-shared.git"
},
"keywords": [
"parse",
"servable",
"protocol",
"server"
],
"prettier": {
Expand All @@ -67,7 +68,7 @@
}
],
"peerDependencies": {
"parse": "*",
"servable-engine": "*",
"underscore": ">= 1.0.0"
},
"devDependencies": {
Expand All @@ -84,7 +85,6 @@
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-standard": "^4.0.1",
"husky": "^6.0.0",
"javascript-obfuscator": "^4.0.0",
"jest": "^29.7.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.4",
Expand Down

0 comments on commit 57518fe

Please sign in to comment.