Skip to content

Commit 2e35ca5

Browse files
committed
updating version to 0.0.17
1 parent 1134306 commit 2e35ca5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 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",
76
"repository": {
87
"url": "https://github.com/holidayextras/jsonapi-server",
98
"type": "git"
109
},
1110
"author": "Oliver Rumbelow",
12-
"version": "0.0.16",
11+
"name": "jsonapi-server",
12+
"version": "0.0.17",
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-
"joi": "6.10.1",
24-
"debug": "2.2.0",
2523
"async": "1.5.2",
24+
"debug": "2.2.0",
25+
"joi": "6.10.1",
2626
"lodash.assign": "^4.0.9",
2727
"lodash.uniq": "^4.3.0",
2828
"lodash.omit": "^4.3.0"
@@ -71,5 +71,5 @@
7171
]
7272
}
7373
},
74-
"name": "jsonapi-server"
74+
"description": "A config driven NodeJS framework implementing json:api"
7575
}

0 commit comments

Comments
 (0)