Skip to content

Commit

Permalink
General improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaiklor committed Oct 2, 2015
1 parent bd57cd7 commit 114f68f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.0.1

- General improvements;

## 3.0.0

- Migration from ES5 to ES6 syntax;
Expand Down
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
{
"name": "sails-service-pusher",
"version": "3.0.0",
"version": "3.0.1",
"description": "Service for Sails framework with Pusher features",
"main": "lib/index.js",
"directories": {
"test": "test"
},
"scripts": {
"compile": "babel src --out-dir lib",
"prepublish": "npm run compile",
Expand All @@ -32,7 +29,7 @@
"node-gcm": "0.12.0"
},
"devDependencies": {
"babel": "^5.8.23",
"babel": "5.8.23",
"chai": "3.3.0",
"istanbul": "0.3.21",
"mocha": "2.3.3",
Expand Down
2 changes: 1 addition & 1 deletion test/mocha.opts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
./test/**/*.test.js
./test/unit/**/*.test.js
--require babelhook.js
--reporter nyan
--recursive

0 comments on commit 114f68f

Please sign in to comment.