Skip to content

Commit 81a2ae4

Browse files
committed
updating version to 0.0.12
1 parent 79beb3c commit 81a2ae4

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"engines": {
33
"node": "*"
44
},
5-
"name": "jsonapi-server",
65
"license": "MIT",
7-
"author": "Oliver Rumbelow",
86
"repository": {
97
"url": "https://github.com/holidayextras/jsonapi-server",
108
"type": "git"
119
},
12-
"version": "0.0.8",
10+
"author": "Oliver Rumbelow",
11+
"description": "A config driven NodeJS framework implementing json:api",
12+
"version": "0.0.12",
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"
@@ -47,12 +47,12 @@
4747
"api"
4848
],
4949
"devDependencies": {
50-
"swagger-tools": "^0.10.1",
50+
"v8-profiler": "^5.6.5",
5151
"coveralls": "^2.11.9",
5252
"blanket": "1.1.9",
53-
"plato": "1.5.0",
53+
"swagger-tools": "^0.10.1",
5454
"mocha": "^2.5.3",
55-
"v8-profiler": "^5.6.5",
55+
"plato": "1.5.0",
5656
"eslint": "^2.11.0",
5757
"mocha-lcov-reporter": "^1.2.0",
5858
"mocha-performance": "^0.1.1",
@@ -71,5 +71,5 @@
7171
]
7272
}
7373
},
74-
"description": "A config driven NodeJS framework implementing json:api"
74+
"name": "jsonapi-server"
7575
}

0 commit comments

Comments
 (0)