Skip to content

Commit 1b209a3

Browse files
committed
Remove babel-runtime
Looks like we don't use it for anything.
1 parent 4caedf2 commit 1b209a3

File tree

3 files changed

+5
-14
lines changed

3 files changed

+5
-14
lines changed

.babelrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
],
55
"plugins": [
66
"add-module-exports",
7-
"transform-runtime",
87
"transform-class-properties",
98
"transform-function-bind",
109
"transform-object-rest-spread",

package-lock.json

Lines changed: 5 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
"url": "https://github.com/zeroturnaround/sql-formatter/issues"
4141
},
4242
"dependencies": {
43-
"babel-runtime": "^6.18.0",
4443
"lodash": "^4.16.0"
4544
},
4645
"devDependencies": {
@@ -55,7 +54,6 @@
5554
"babel-plugin-transform-es3-property-literals": "^6.5.0",
5655
"babel-plugin-transform-function-bind": "^6.8.0",
5756
"babel-plugin-transform-object-rest-spread": "^6.8.0",
58-
"babel-plugin-transform-runtime": "^6.8.0",
5957
"babel-preset-es2015": "^6.14.0",
6058
"cross-env": "^3.1.3",
6159
"eslint": "^3.7.1",

0 commit comments

Comments
 (0)