Skip to content

Commit c15ba5a

Browse files
committedJul 8, 2020
remove @babel/runtime
1 parent 7eee995 commit c15ba5a

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed
 

‎.fatherrc.js

-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ export default {
77
eslint: true,
88
prettier: true,
99
},
10-
runtimeHelpers: true,
1110
};

‎package.json

-3
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@
3535
"url": "https://github.com/benjycui/omit.js/issues"
3636
},
3737
"homepage": "https://github.com/benjycui/omit.js#readme",
38-
"dependencies": {
39-
"@babel/runtime": "^7.10.4"
40-
},
4138
"devDependencies": {
4239
"@umijs/fabric": "^2.2.2",
4340
"assert": "^1.4.1",

0 commit comments

Comments
 (0)
Please sign in to comment.