Skip to content

Commit

Permalink
Switch to BabelJS from 6to5
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeoneWeird committed Mar 8, 2015
1 parent 7f4273e commit bd8a2a0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Changelog 2.4.2:

* Switch to BabelJS from 6to5

Changelog 2.4.1:

* Add client 'remote' command to make it easier to migrate from HT1.x
Expand All @@ -6,11 +10,11 @@ Changelog 2.4.1:

Changelog 2.4.0:

* Fix regression where multiple local transports stopped working under certain conditions.
* Fix regression where multiple local transports stopped working under certain conditions.

Changelog 2.3.0:

* Fix error reponses where response is not javascript primitive type.
* Fix error reponses where response is not javascript primitive type.

Changelog 2.2.0:

Expand Down Expand Up @@ -70,7 +74,7 @@ Changelog 0.0.5:

Changelog 0.0.3:

* Added ht.utils.expressProxy for mapping services to express routes.
* Added ht.utils.expressProxy for mapping services to express routes.

Changelog: 0.0.2:

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hudson-taylor",
"version": "2.4.1",
"version": "2.4.2",
"description": "Library for building services.",
"main": "index.js",
"directories": {
Expand All @@ -9,7 +9,7 @@
},
"scripts": {
"test": "npm run build && mocha --recursive --reporter spec --bail --check-leaks test/",
"build": "node ./node_modules/6to5/bin/6to5 src -d lib && node ./node_modules/6to5/bin/6to5 test-src -d test",
"build": "node ./node_modules/babel/bin/babel src -d lib && node ./node_modules/babel/bin/babel test-src -d test",
"coverage": "npm run build && ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- --ui bdd --recursive -R spec -t 5000",
"push-coverage": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"prepublish": "npm run build"
Expand Down Expand Up @@ -49,7 +49,7 @@
"uid2": "0.0.3"
},
"devDependencies": {
"6to5": "^2.4.10",
"babel": "^4.7.3",
"coveralls": "^2.11.2",
"istanbul": "^0.3.5",
"mocha": "^2.1.0",
Expand Down

0 comments on commit bd8a2a0

Please sign in to comment.