fable-react
Advanced tools
Comparing version 0.7.0 to 0.7.1
{ | ||
"name": "fable-react", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "Fable bindings and helpers for React and React Native", | ||
@@ -21,6 +21,9 @@ "scripts": { | ||
"devDependencies": { | ||
"fable-compiler": "^0.7.11", | ||
"fable-core": "^0.7.9", | ||
"fable-compiler": "^0.7.10", | ||
"fs-extra": "^1.0.0" | ||
}, | ||
"peerDependencies": { | ||
"fable-powerpack": "^0.0.14" | ||
} | ||
} |
@@ -8,4 +8,3 @@ # fable-import-react | ||
```sh | ||
$ npm install --save react react-dom fable-core | ||
$ npm install --save-dev fable-react | ||
$ npm install --save react react-dom fable-core fable-powerpack fable-react | ||
``` | ||
@@ -20,2 +19,3 @@ | ||
<Reference Include="node_modules/fable-core/Fable.Core.dll" /> | ||
<Reference Include="node_modules/fable-powerpack/Fable.PowerPack.dll" /> | ||
<Reference Include="node_modules/fable-react/Fable.React.dll" /> | ||
@@ -29,2 +29,3 @@ </ItemGroup> | ||
#r "node_modules/fable-core/Fable.Core.dll" | ||
#r "node_modules/fable-powerpack/Fable.PowerPack.dll" | ||
#r "node_modules/fable-react/Fable.React.dll" | ||
@@ -31,0 +32,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
2823396
21
1399
35
1