Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 2e56909

Browse files
committed
Fix strong-gateway version
1 parent 14127bc commit 2e56909

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

oauth-playground/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
"api"
1616
],
1717
"scripts": {
18-
"preinstall": "build-servers",
1918
"pretest": "jshint .",
2019
"start": "node .",
2120
"test": "mocha"
2221
},
2322
"dependencies": {
24-
"strong-gateway": "^1.0.0"
23+
"strong-gateway": "1.0.10"
2524
},
2625
"homepage": "https://github.com/strongloop/strong-gateway-demo",
2726
"repository": {

0 commit comments

Comments
 (0)