Skip to content

Commit

Permalink
remove babel-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Jul 9, 2020
1 parent 752b861 commit 24c2f22
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Expand Up @@ -46,8 +46,8 @@
"dist": "rc-tools run dist",
"gh-pages": "rc-tools run gh-pages",
"start": "rc-tools run server",
"compile": "rc-tools run compile --babel-runtime",
"pub": "rc-tools run pub --babel-runtime",
"compile": "rc-tools run compile",
"pub": "rc-tools run pub",
"lint": "rc-tools run lint --no-js-lint",
"lint:ts": "tsc",
"karma": "rc-test run karma",
Expand Down Expand Up @@ -79,7 +79,6 @@
],
"typings": "./lib/DialogWrap.d.ts",
"dependencies": {
"babel-runtime": "6.x",
"rc-animate": "3.x",
"rc-util": "^5.0.1"
}
Expand Down

0 comments on commit 24c2f22

Please sign in to comment.