babel-preset-react-hmre
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "babel-preset-react-hmre", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Babel preset for React HMR and Error Catching", | ||
@@ -9,2 +9,5 @@ "repository": { | ||
}, | ||
"scripts": { | ||
"test": "babel --presets react,../babel-preset-react-hmre test/ | grep \"_wrapComponent('Test')(class Test extends React.Component {\"" | ||
}, | ||
"main": "index.js", | ||
@@ -18,6 +21,11 @@ "author": "Daniel Martinez", | ||
"babel-plugin-react-transform": "^2.0.0", | ||
"react-transform-catch-errors": "^1.0.0", | ||
"react-transform-catch-errors": "^1.0.1", | ||
"react-transform-hmr": "^1.0.1", | ||
"redbox-react": "^1.1.1" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.3.17", | ||
"babel-preset-react": "^6.3.13", | ||
"react": "^0.14.3" | ||
} | ||
} |
# Babel preset for React HMR and Error Catching | ||
[![Circle CI](https://circleci.com/gh/danmartinez101/babel-preset-react-hmre.svg?style=shield)](https://circleci.com/gh/danmartinez101/babel-preset-react-hmre) | ||
@@ -3,0 +4,0 @@ This preset will configure Babel 6 for https://github.com/gaearon/react-transform-hmr and friends. |
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
2039
5
25
29
3