Import event-target-shim npm module

Reviewed By: @foghina

Differential Revision: D2498747
This commit is contained in:
Christopher Chedeau 2015-10-01 12:25:28 -07:00 коммит произвёл facebook-github-bot-4
Родитель 535ee40818
Коммит b90d622945
2 изменённых файлов: 6 добавлений и 0 удалений

5
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",

Просмотреть файл

@ -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",