Files
Joe Haddad 209053b97e Publish
- babel-plugin-named-asset-import@0.2.2
 - babel-preset-react-app@5.0.2
 - confusing-browser-globals@1.0.3
 - create-react-app@2.0.2
 - eslint-config-react-app@3.0.3
 - react-app-polyfill@0.1.3
 - react-dev-utils@6.0.3
 - react-error-overlay@5.0.3
 - react-scripts@2.0.3
2018-10-01 20:54:45 -04:00

26 lines
548 B
JSON

{
"name": "react-app-polyfill",
"version": "0.1.3",
"description": "Polyfills for various browsers including commonly used language features",
"repository": "facebook/create-react-app",
"license": "MIT",
"bugs": {
"url": "https://github.com/facebook/create-react-app/issues"
},
"engines": {
"node": ">=6"
},
"files": [
"ie9.js",
"ie11.js",
"jsdom.js"
],
"dependencies": {
"core-js": "2.5.7",
"object-assign": "4.1.1",
"promise": "8.0.2",
"raf": "3.4.0",
"whatwg-fetch": "3.0.0"
}
}