Skip to content

Commit

Permalink
Set a real version number and update install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
slackersoft committed Aug 22, 2014
1 parent e5fe528 commit 2adab08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This module allows you to run Jasmine specs for your Node.js code. The output wi
You can get this using npm: `npm install -g jasmine`

For now, to get the prerelease version:
`npm install -g https://github.com/pivotal/jasmine-npm/archive/master.tar.gz`
`npm install -g pivotal/jasmine-npm`

## Initializing

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"tdd",
"bdd"
],
"version": "2.1.0-pre",
"version": "2.0.1",
"repository": {
"type": "git",
"url": "https://github.com/pivotal/jasmine-npm"
Expand Down

0 comments on commit 2adab08

Please sign in to comment.