Skip to content

Commit

Permalink
use babel-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
yiminghe committed Aug 2, 2016
1 parent d8b8639 commit 1b5536e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rc-form",
"version": "0.17.1",
"version": "0.17.2",
"description": "React High Order Form Component",
"keywords": [
"react",
Expand Down Expand Up @@ -30,7 +30,7 @@
"build": "rc-tools run build",
"gh-pages": "rc-tools run gh-pages",
"start": "rc-tools run server",
"pub": "rc-tools run pub",
"pub": "rc-tools run pub --babel-runtime",
"lint": "rc-tools run lint",
"karma": "rc-tools run karma",
"saucelabs": "rc-tools run saucelabs",
Expand All @@ -57,6 +57,7 @@
"lint"
],
"dependencies": {
"babel-runtime": "6.x",
"async-validator": "1.x",
"dom-scroll-into-view": "1.x",
"hoist-non-react-statics": "1.x"
Expand Down

0 comments on commit 1b5536e

Please sign in to comment.