@erickmerchant/framework
Advanced tools
Comparing version 41.5.2 to 41.6.0
{ | ||
"name": "@erickmerchant/framework", | ||
"version": "41.5.2", | ||
"version": "41.6.0", | ||
"description": "A front-end framework.", | ||
@@ -19,17 +19,19 @@ "homepage": "https://github.com/erickmerchant/framework#readme", | ||
"README.md", | ||
"main.js", | ||
"dist/main.js", | ||
"stringify.js" | ||
], | ||
"main": "main.js", | ||
"module": "main.js", | ||
"main": "dist/main.js", | ||
"module": "dist/main.js", | ||
"scripts": { | ||
"lint": "eslint . --ignore-path .gitignore", | ||
"pretest": "npm run lint", | ||
"test": "node test/index.js" | ||
"test": "node test/index.js", | ||
"prepare": "rollup main.js --file dist/main.js --format esm" | ||
}, | ||
"devDependencies": { | ||
"@erickmerchant/eslint-config": "^2.0.0", | ||
"@erickmerchant/eslint-config": "^3.0.0", | ||
"@erickmerchant/prettier-config": "^1.2.0", | ||
"delay": "^5.0.0", | ||
"jsdom": "^16.4.0", | ||
"rollup": "^2.42.4", | ||
"uvu": "^0.5.0" | ||
@@ -36,0 +38,0 @@ }, |
# @erickmerchant/framework | ||
A very simple framework in a bit more than 2kB minified + gzipped. No build step required to use. Import it from a cdn like skypack or unpkg and get started. | ||
## Example | ||
@@ -4,0 +6,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
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
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
18098
592
34
6
1