Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
heikomat committed Feb 1, 2018
2 parents 20ea26c + 1641f55 commit 5704e0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.0.4
### Bugfix
Minstall now no longer wrongully detects prerelease-versions as incompatible (Issue [#31](https://github.com/heikomat/minstall/issues/31))

# 3.0.3
### Improvements
Add support to use local modules within the parent-module itself (add
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -36,7 +36,7 @@
"bluebird": "^3.4.6",
"fs-extra": "^2.1.2",
"semver": "^5.3.0",
"semver-intersect": "^1.2.0",
"semver-intersect": "^1.3.0",
"winston": "^2.3.1"
},
"devDependencies": {
Expand Down

0 comments on commit 5704e0f

Please sign in to comment.