Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "stuft", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "A news api.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -48,3 +48,3 @@ # Stuft | ||
```javascript | ||
import stuft from "stuft"; | ||
const stuft = require("stuft").default; // commonjs | ||
@@ -51,0 +51,0 @@ // Using async/await |
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
18737