react-habitat
Advanced tools
Comparing version 0.6.0 to 0.6.1
## React Habitat Change log | ||
### [0.6.1] | ||
- Updated docs for Typescript imports. Thanks @samuelalvin | ||
### [0.6.0] | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "react-habitat", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "A React DOM Bootstrapper designed to harmonise a hybrid application", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -175,2 +175,6 @@ ![Deloitte Digital](https://raw.githubusercontent.com/DeloitteDigital/DDBreakpoints/master/docs/deloittedigital-logo-white.png) | ||
**If you are using TypeScript** | ||
You will need to import ReactHabitat using `import * as ReactHabitat from 'react-habitat'` syntax in order to avoid 'module has no default export' error. | ||
#### 2. Application execution - resolve your components | ||
@@ -177,0 +181,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
202996
901