@financial-times/x-engine
Advanced tools
Comparing version 1.0.0-beta.6 to 1.0.0-beta.7
{ | ||
"name": "@financial-times/x-engine", | ||
"version": "1.0.0-beta.6", | ||
"version": "1.0.0-beta.7", | ||
"description": "This module is a consolidation library to render x-dash components with any compatible runtime.", | ||
@@ -5,0 +5,0 @@ "main": "src/server.js", |
@@ -137,5 +137,6 @@ # x-engine | ||
You will also need to import `h` from `x-engine` at the top of each `.jsx` file. | ||
You will also need to import the factory function from `x-engine` in each `.jsx` file. | ||
```javascript | ||
import {h} from '@financial-times/x-engine' | ||
import { h } from '@financial-times/x-engine' | ||
``` | ||
@@ -142,0 +143,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
11782
160