folonite.js
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "folonite.js", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Folonite.js - The first lightweight framework that integrates dynamic server-side rendering (SSR), streaming capabilities, and an external component marketplace.", | ||
"type": "module", | ||
"main": "server.js", | ||
"main": "index.js", | ||
"scripts": { | ||
@@ -30,3 +30,10 @@ "start": "node server.js", | ||
"nodemon": "^2.0.7" | ||
} | ||
}, | ||
"files": [ | ||
"src/", | ||
"public/", | ||
"scripts/", | ||
"index.js", | ||
"server.js" | ||
] | ||
} |
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
46765