Skip to content

Commit

Permalink
Add meteor-mocha script to bin and bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronen Babayoff committed Jan 31, 2016
1 parent 6f2f6df commit d457be0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.5.2

- Add meteor-mocha wrapper script to npm bin scripts

## 1.5.1

- Add meteor-mocha wrapper script
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spacejam",
"version": "1.5.1",
"version": "1.5.2",
"dependencies": {
"chai": "1.9.2",
"glob": "4.0.6",
Expand Down Expand Up @@ -29,6 +29,7 @@
"spacejam": "bin/spacejam",
"spacejam-mocha": "bin/spacejam-mocha",
"spacejam-init-bashrc": "bin/spacejam-init-bashrc",
"meteor-mocha": "bin/meteor-mocha",
"mrun": "bin/mrun",
"mtp": "bin/mtp",
"set-meteor-env": "bin/set-meteor-env",
Expand Down

0 comments on commit d457be0

Please sign in to comment.