Skip to content

Commit

Permalink
remove setimmediate, rely on babel-plugin-transform-runtime instead
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed Jul 19, 2018
1 parent cfc6f00 commit e52434a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
"core-js": "^2.5.7",
"growl": "^1.10.5",
"lodash.topath": "^4.5.2",
"prop-types": "^15.5.8",
"setimmediate": "^1.0.5"
"prop-types": "^15.5.8"
},
"devDependencies": {
"atob": "^2.0.3",
Expand Down
1 change: 0 additions & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from "react";
import "setimmediate";
import validateFormData from "./validate";
import fill from "core-js/library/fn/array/fill";

Expand Down

0 comments on commit e52434a

Please sign in to comment.