react-xarrows
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -0,1 +1,5 @@ | ||
## 2.0.2 | ||
- prop suggestions did not appear on IDE's because wrong package.json.types path. | ||
## 2.0.1 | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "react-xarrows", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"author": "Eliav Louski", | ||
"description": "Draw arrows (or lines) between components in React!", | ||
"main": "lib/index.js", | ||
"module": "lib/index.js", | ||
"types": "lib", | ||
"main": "./lib/index.js", | ||
"module": "./lib/index.js", | ||
"types": "./lib/index.d.ts", | ||
"scripts": { | ||
@@ -10,0 +10,0 @@ "build": "webpack --mode development --config-name lib", |
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
122281