You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,13 +33,11 @@ Once you've installed the plugin you can verify that it's working by `cd`ing int
33
33
34
34
## Contributing
35
35
36
-
To run tests, install[bats](https://github.com/sstephenson/bats)and [nodenv](https://github.com/nodenv/nodenv), then run `bats test` in the base directory of this plugin
36
+
`npm install`and `npm test`from within the project.
37
37
38
38
## Credits
39
39
40
-
`package.json` inspection and SemVer integration heavily inspired by nvmish [[1]](https://github.com/goodeggs/homebrew-delivery-eng/blob/master/nvmish.sh)[[2]](https://gist.github.com/assaf/ee377a186371e2e269a7).
41
-
42
-
Nodenv plugin hooks integration and tests heavily inspired by [rbenv-bundler-ruby-version](https://github.com/aripollak/rbenv-bundler-ruby-version).
40
+
`package.json` inspection and SemVer integration heavily inspired by nvmish [[1]](https://github.com/goodeggs/homebrew-delivery-eng/blob/master/nvmish.sh)[[2]](https://gist.github.com/assaf/ee377a186371e2e269a7) and [rbenv-bundler-ruby-version](https://github.com/aripollak/rbenv-bundler-ruby-version).
43
41
44
42
Shell semver range support provided by [sh-semver](https://github.com/qzb/sh-semver).
0 commit comments