react-habitat
Advanced tools
Comparing version 0.2.0-beta3 to 0.2.0-beta4
{ | ||
"name": "react-habitat", | ||
"version": "0.2.0-beta3", | ||
"version": "0.2.0-beta4", | ||
"description": "A React DOM Bootstrapper designed to harmonise a hybrid application", | ||
@@ -60,4 +60,4 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"react": "^15.3.1", | ||
"react-dom": "^15.3.1" | ||
"react": "^15.0.0", | ||
"react-dom": "^15.0.0" | ||
}, | ||
@@ -64,0 +64,0 @@ "scripts": { |
@@ -48,2 +48,3 @@ ![Deloitte Digital](https://raw.githubusercontent.com/DeloitteDigital/DDBreakpoints/master/docs/deloittedigital-logo-white.png) | ||
- ES5, ES6/7 & TypeScript | ||
- React v15 | ||
@@ -58,2 +59,7 @@ We highly recommend you use something like [WebPack](https://webpack.github.io/) or [Browserify](http://browserify.org/) when using this framework but not required. | ||
*Note* npm deprecated auto installing of peer dependencies since npm@3, so you will additionally need to install: | ||
- React `npm install redux --save-dev` | ||
- React-Dom `npm install react-dom --save-dev` | ||
Alternatively you can manually install by downloading the `dist/react-habitat.min.js` file and including in your project. | ||
@@ -60,0 +66,0 @@ |
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
986098
389
Updatedreact@^15.0.0
Updatedreact-dom@^15.0.0