We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95a422a commit dcde046Copy full SHA for dcde046
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "sequelize-handlers",
3
- "version": "0.5.0",
+ "version": "1.0.0",
4
"description": "A module that simplifies adding RESTful Express handlers for Sequelize models.",
5
"keywords": [
6
"express",
@@ -10,6 +10,9 @@
10
"restful"
11
],
12
"main": "index.js",
13
+ "engines": {
14
+ "node": ">= 7.10.0"
15
+ },
16
"repository": {
17
"type": "git",
18
"url": "git+https://github.com/botter-workshop/sequelize-handlers.git"
0 commit comments