Skip to content

Commit

Permalink
fix(module): "servable-engine": "*",
Browse files Browse the repository at this point in the history
  • Loading branch information
adoucoure committed Sep 29, 2023
1 parent f25f613 commit c0f8298
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 261 deletions.
8 changes: 4 additions & 4 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.git"
},
"keywords": [
"parse",
"servable",
"protocol",
"server"
],
"prettier": {
Expand All @@ -67,7 +68,7 @@
}
],
"peerDependencies": {
"parse": ">= 3.0.0",
"servable-engine": "*",
"underscore": ">= 1.0.0"
},
"devDependencies": {
Expand All @@ -84,11 +85,10 @@
"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",
"semantic-release": "^22.0.5",
"size-limit": "^4.10.2"
}
}
}
Loading

0 comments on commit c0f8298

Please sign in to comment.