Skip to content

Commit

Permalink
updated babelrc
Browse files Browse the repository at this point in the history
  • Loading branch information
zackify committed Dec 9, 2016
1 parent 78f69aa commit 0547274
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
5 changes: 1 addition & 4 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"es2015"
],
"plugins": [
"transform-class-properties",
"transform-object-rest-spread",
"transform-async-functions",
"transform-regenerator",
"transform-async-to-generator",
]
}
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "legible",
"version": "0.0.2",
"version": "0.0.3",
"description": "cleanly code your api requests",
"main": "dist/index.js",
"scripts": {
Expand All @@ -23,10 +23,7 @@
},
"homepage": "https://github.com/zackify/legible#readme",
"devDependencies": {
"babel-plugin-transform-async-functions": "^6.8.0",
"babel-plugin-transform-class-properties": "^6.18.0",
"babel-plugin-transform-object-rest-spread": "^6.16.0",
"babel-plugin-transform-regenerator": "^6.16.1",
"babel-plugin-transform-async-to-generator": "^6.16.0",
"babel-polyfill": "^6.20.0",
"babel-preset-es2015": "^6.16.0",
"babel-register": "^6.18.0",
Expand Down
1 change: 0 additions & 1 deletion tests/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ import 'babel-polyfill'
import { expect } from 'chai'

global.expect = expect

0 comments on commit 0547274

Please sign in to comment.