Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
Move babel transpiler to dependency
Browse files Browse the repository at this point in the history
- Fixes #209
  • Loading branch information
joefitzgerald committed Dec 13, 2017
1 parent 368f65d commit 7e2fb59
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@
"dependencies": {
"ansi-style-parser": "^1.1.0",
"atom-select-list": "^0.7.0",
"atom-babel6-transpiler": "^1.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"etch": "0.12.7",
"etch-octicon": "^2.0.0",
"fs-extra": "^5.0.0",
Expand All @@ -83,14 +90,7 @@
"temp": "^0.8.3"
},
"devDependencies": {
"atom-babel6-transpiler": "^1.1.2",
"babel-eslint": "^8.0.3",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"eslint": "^4.13.1",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-config-standard-flow": "^1.0.1",
Expand Down

0 comments on commit 7e2fb59

Please sign in to comment.