@erickmerchant/framework
Advanced tools
Comparing version 41.6.0 to 41.7.0
{ | ||
"name": "@erickmerchant/framework", | ||
"version": "41.6.0", | ||
"version": "41.7.0", | ||
"description": "A front-end framework.", | ||
@@ -19,12 +19,11 @@ "homepage": "https://github.com/erickmerchant/framework#readme", | ||
"README.md", | ||
"dist/main.js", | ||
"main.js", | ||
"stringify.js" | ||
], | ||
"main": "dist/main.js", | ||
"module": "dist/main.js", | ||
"main": "main.js", | ||
"module": "main.js", | ||
"scripts": { | ||
"lint": "eslint . --ignore-path .gitignore", | ||
"pretest": "npm run lint", | ||
"test": "node test/index.js", | ||
"prepare": "rollup main.js --file dist/main.js --format esm" | ||
"test": "node test/index.js" | ||
}, | ||
@@ -36,3 +35,2 @@ "devDependencies": { | ||
"jsdom": "^16.4.0", | ||
"rollup": "^2.42.4", | ||
"uvu": "^0.5.0" | ||
@@ -39,0 +37,0 @@ }, |
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
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
5
5339
114