We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20ea26c + 1641f55 commit 5704e0fCopy full SHA for 5704e0f
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 3.0.4
2
+### Bugfix
3
+Minstall now no longer wrongully detects prerelease-versions as incompatible (Issue [#31](https://github.com/heikomat/minstall/issues/31))
4
+
5
# 3.0.3
6
### Improvements
7
Add support to use local modules within the parent-module itself (add
package.json
@@ -1,6 +1,6 @@
{
"name": "minstall",
- "version": "3.0.3",
+ "version": "3.0.4",
"description": "local module installer",
"main": "lib/minstall.js",
"bin": "lib/minstall.js",
@@ -36,7 +36,7 @@
36
"bluebird": "^3.4.6",
37
"fs-extra": "^2.1.2",
38
"semver": "^5.3.0",
39
- "semver-intersect": "^1.2.0",
+ "semver-intersect": "^1.3.0",
40
"winston": "^2.3.1"
41
},
42
"devDependencies": {
0 commit comments