Skip to content

Commit 1109859

Browse files
committed
updating version to 0.0.20
1 parent 8e392eb commit 1109859

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"engines": {
44
"node": "*"
55
},
6+
"description": "A config driven NodeJS framework implementing json:api",
67
"repository": {
78
"url": "https://github.com/holidayextras/jsonapi-server",
89
"type": "git"
910
},
1011
"author": "Oliver Rumbelow",
11-
"description": "A config driven NodeJS framework implementing json:api",
12-
"version": "0.0.19",
12+
"version": "0.0.20",
1313
"dependencies": {
1414
"qs": "^6.2.0",
1515
"lodash.isequal": "^4.2.0",
@@ -20,9 +20,9 @@
2020
"request": "^2.72.0",
2121
"body-parser": "^1.15.1",
2222
"lodash.pick": "^4.2.1",
23-
"async": "1.5.2",
24-
"debug": "2.2.0",
2523
"joi": "6.10.1",
24+
"debug": "2.2.0",
25+
"async": "1.5.2",
2626
"lodash.assign": "^4.0.9",
2727
"lodash.uniq": "^4.3.0",
2828
"lodash.omit": "^4.3.0"

0 commit comments

Comments
 (0)