Skip to content

Commit bfcb514

Browse files
committed
updating version to 6.1.5-megawin-sim
1 parent cfc8eec commit bfcb514

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
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": "6.1.4-megawin-sim",
12+
"version": "6.1.5-megawin-sim",
1313
"dependencies": {
1414
"qs": "^6.2.0",
15-
"express": "^4.13.4",
15+
"lodash.isequal": "^4.2.0",
1616
"istanbul": "^0.4.5",
1717
"cookie-parser": "^1.4.3",
1818
"node-uuid": "^1.4.7",
1919
"lodash.uniqby": "^4.5.0",
20-
"lodash.isequal": "^4.2.0",
20+
"express": "^4.13.4",
2121
"request": "^2.72.0",
2222
"body-parser": "^1.15.1",
2323
"lodash.pick": "^4.2.1",
@@ -51,20 +51,20 @@
5151
"api"
5252
],
5353
"devDependencies": {
54-
"lokka": "^1.7.0",
55-
"swagger-tools": "^0.10.1",
54+
"lokka-transport-http": "^1.4.0",
55+
"plato": "^1.7.0",
5656
"coveralls": "^2.11.9",
5757
"eslint-plugin-promise": "^3.3.0",
5858
"blanket": "1.1.9",
59-
"plato": "^1.7.0",
59+
"swagger-tools": "^0.10.1",
6060
"eslint-plugin-standard": "^2.0.0",
6161
"eslint-config-standard": "^6.1.0",
6262
"mocha": "^3.1.0",
6363
"v8-profiler": "^5.6.5",
6464
"eslint": "^3.6.1",
6565
"mocha-lcov-reporter": "^1.2.0",
6666
"mocha-performance": "^0.1.1",
67-
"lokka-transport-http": "^1.4.0",
67+
"lokka": "^1.7.0",
6868
"flow-bin": "^0.26.0",
6969
"node-inspector": "^0.12.8",
7070
"jscpd": "^0.6.1"

0 commit comments

Comments
 (0)