Skip to content
This repository was archived by the owner on Sep 2, 2021. It is now read-only.

Commit fe48739

Browse files
committed
- specify the same version range for semver that we use on brackets (~4.1.0)
1 parent eedbea9 commit fe48739

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"grunt-curl": "2.0.2",
2222
"grunt-shell": "0.2.1",
2323
"q": "0.9.2",
24-
"semver": "4.1.0"
24+
"semver": "^4.1.0"
2525
},
2626
"scripts": {
2727
"preinstall": "bash -c 'mv appshell.gyp .appshell.gyp'",
2828
"install": "",
2929
"postinstall": "bash -c 'mv .appshell.gyp appshell.gyp;'"
3030
}
31-
}
31+
}

0 commit comments

Comments
 (0)