Skip to content

Commit

Permalink
Remove the transform-runtime plugin and the dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fatfisz committed May 26, 2018
1 parent 92a9265 commit 01d27d1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .babelrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@ module.exports = {
...(isEsEnv ? [] : ['add-module-exports']),
'transform-class-properties',
'transform-export-extensions',
'transform-runtime',
],
};
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,12 @@
"Lucian Buzzo (https://github.com/LucianBuzzo)",
"Rafał Ruciński (https://github.com/fatfisz)"
],
"dependencies": {
"babel-runtime": "^6.26.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.26.0",
"codecov": "^3.0.0",
Expand Down

0 comments on commit 01d27d1

Please sign in to comment.