react-error-overlay
Advanced tools
Comparing version 5.1.0 to 5.1.1
{ | ||
"name": "react-error-overlay", | ||
"version": "5.1.0", | ||
"version": "5.1.1", | ||
"description": "An overlay for displaying stack frames.", | ||
"main": "lib/index.js", | ||
"sideEffects": false, | ||
"scripts": { | ||
@@ -39,3 +40,3 @@ "start": "cross-env NODE_ENV=development node build.js --watch", | ||
"babel-loader": "8.0.4", | ||
"babel-preset-react-app": "^6.1.0", | ||
"babel-preset-react-app": "^7.0.0", | ||
"chalk": "^2.3.2", | ||
@@ -45,3 +46,3 @@ "chokidar": "^2.0.2", | ||
"eslint": "5.6.0", | ||
"eslint-config-react-app": "^3.0.5", | ||
"eslint-config-react-app": "^3.0.6", | ||
"eslint-plugin-flowtype": "2.50.1", | ||
@@ -59,3 +60,3 @@ "eslint-plugin-import": "2.14.0", | ||
"react": "^16.3.2", | ||
"react-app-polyfill": "^0.1.3", | ||
"react-app-polyfill": "^0.2.0", | ||
"react-dom": "^16.3.2", | ||
@@ -62,0 +63,0 @@ "rimraf": "^2.6.2", |
@@ -8,5 +8,5 @@ # `react-error-overlay` | ||
When developing within this package, make sure you run `npm start` (or `yarn start`) so that the files are compiled as you work. | ||
This is ran in watch mode by default. | ||
This is run in watch mode by default. | ||
If you would like to build this for production, run `npm run build:prod` (or `yarn build:prod`).<br> | ||
If you would like to build this one-off for development, you can run `NODE_ENV=development npm run build` (or `NODE_ENV=development yarn build`). |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
329543