Skip to content

Commit

Permalink
Merge pull request #102 from nullivex/master
Browse files Browse the repository at this point in the history
Address Issue with Incorrect NPM version in build
  • Loading branch information
marcelklehr committed Dec 8, 2015
2 parents 0dc750e + a7e081f commit 4765174
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,4 @@
/.node-version
node_modules
/.idea
/build/NodistSetup**
/build/staging
/build/tmp
/build/Nodist.nsi
/build/out
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,9 @@ MIT License

## Changelog

v0.7.2
* New build with the correct version of NPM

v0.7.1
* Fix x64 support

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodist",
"version": "0.7.1",
"version": "0.7.2",
"description": "Natural node version manager for windows",
"keywords": [
"node",
Expand Down

0 comments on commit 4765174

Please sign in to comment.