Skip to content

Commit d039452

Browse files
committed
0.3.0
1 parent 664e46b commit d039452

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
2-
"name": "grind-api-example",
3-
"version": "0.1.0",
2+
"name": "grind-example-api",
3+
"version": "0.3.0",
44
"private": true,
55
"dependencies": {
6-
"cluster": "^0.7.7",
7-
"grind-db": ">=0.1.5 <0.2.0",
8-
"grind-framework": ">=0.1.3 <0.2.0",
9-
"grind-swagger": ">=0.1.3 <0.2.0",
6+
"grind-cli": "^0.3.0",
7+
"grind-db": "^0.3.1",
8+
"grind-framework": "^0.3.0",
9+
"grind-orm": "^0.3.0",
10+
"grind-swagger": "^0.3.0",
1011
"sqlite3": "^3.1.3"
1112
},
1213
"devDependencies": {
@@ -19,7 +20,7 @@
1920
"babel-preset-stage-1": "^6.5.0",
2021
"eslint": "^2.13.1",
2122
"eslint-config-grind": "^1.0.1",
22-
"eslint-plugin-grind": "^1.0.0",
23+
"eslint-plugin-grind": "^1.1.0",
2324
"eslint-plugin-import-auto-name": "^1.0.1",
2425
"nodemon": "^1.9.2"
2526
},

0 commit comments

Comments
 (0)