Skip to content

Commit 5704e0f

Browse files
committedFeb 1, 2018
Merge branch 'develop'
2 parents 20ea26c + 1641f55 commit 5704e0f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -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+
15
# 3.0.3
26
### Improvements
37
Add support to use local modules within the parent-module itself (add

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "minstall",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "local module installer",
55
"main": "lib/minstall.js",
66
"bin": "lib/minstall.js",
@@ -36,7 +36,7 @@
3636
"bluebird": "^3.4.6",
3737
"fs-extra": "^2.1.2",
3838
"semver": "^5.3.0",
39-
"semver-intersect": "^1.2.0",
39+
"semver-intersect": "^1.3.0",
4040
"winston": "^2.3.1"
4141
},
4242
"devDependencies": {

0 commit comments

Comments
 (0)
Please sign in to comment.