Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "azureleaf", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A lightweight JavaScript library for data structure manipulation", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -15,3 +15,3 @@ # Azureleaf.js | ||
```javascript | ||
import $azl 'azureleaf' | ||
const { $azl } = require('azureleaf'); | ||
``` | ||
@@ -18,0 +18,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
18734