diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 6d93f511cc..238d10cb1b 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -2071,6 +2071,11 @@ "from": "eslint-plugin-react@3.3.1", "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-3.3.1.tgz" }, + "event-target-shim": { + "version": "1.0.5", + "from": "event-target-shim@*", + "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-1.0.5.tgz" + }, "fbjs-scripts": { "version": "0.2.1", "from": "fbjs-scripts@>=0.2.1 <0.3.0", diff --git a/package.json b/package.json index 155f8af8e6..fa71057304 100644 --- a/package.json +++ b/package.json @@ -52,6 +52,7 @@ "chalk": "^1.1.1", "connect": "^2.8.3", "debug": "^2.2.0", + "event-target-shim": "^1.0.5", "fbjs-scripts": "^0.2.1", "graceful-fs": "^4.1.2", "image-size": "^0.3.5",