Skip to content

Commit 8f70ad2

Browse files
author
Tom Kirkpatrick
committed
fix: pin loopback dependency to the 2.x tree
1 parent 4b6ee81 commit 8f70ad2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"lodash": "4.2.1"
3838
},
3939
"peerDependencies": {
40-
"loopback": ">=2.25.0"
40+
"loopback": "^2.25.0"
4141
},
4242
"optionalDependencies": {
4343
"loopback-component-explorer": "2.3.0"
@@ -52,6 +52,7 @@
5252
"eslint-config-strict": "https://github.com/fullcube/eslint-config-strict/tarball/f235fa38289b17e305a65be38ff9cfdf4c1eb31c",
5353
"eslint-plugin-filenames": "https://github.com/fullcube/eslint-plugin-filenames/tarball/0123c4bb0034d71cc7a04c25fd63b3ac798052a1",
5454
"leasot": "3.1.2",
55+
"loopback": "^2.25.0",
5556
"loopback-boot": "2.16.0",
5657
"loopback-component-fixtures": "0.0.6",
5758
"mocha": "2.4.5",

0 commit comments

Comments
 (0)