rollup-plugin-analyzer
Advanced tools
Comparing version 3.2.2 to 3.2.3
@@ -7,2 +7,9 @@ ### Changelog | ||
### [3.2.3](https://github.com/doesdev/rollup-plugin-analyzer/compare/3.2.2...3.2.3) | ||
> 13 May 2020 | ||
- [https://github.com/doesdev/rollup-plugin-analyzer/pull/17](Add TS declarations) | ||
- Update lockfile | ||
### [3.2.2](https://github.com/doesdev/rollup-plugin-analyzer/compare/3.2.1...3.2.2) | ||
@@ -9,0 +16,0 @@ |
{ | ||
"name": "rollup-plugin-analyzer", | ||
"version": "3.2.2", | ||
"version": "3.2.3", | ||
"description": "Mad metrics for your rollup bundles, know all the things", | ||
"engines" : { "node" : ">=8.0.0" }, | ||
"engines": { | ||
"node": ">=8.0.0" | ||
}, | ||
"main": "index.js", | ||
@@ -10,2 +12,3 @@ "module": "module.js", | ||
"index.js", | ||
"index.d.ts", | ||
"module.js" | ||
@@ -15,5 +18,9 @@ ], | ||
"build": "standard module.js && node ./node_modules/rollup/dist/bin/rollup -c", | ||
"test": "yarn run build && node test/test.js --verbose", | ||
"precommit": "yarn run build && node test/test.js && git add index.js" | ||
"test": "yarn run build && node test/test.js --verbose" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "yarn run build && node test/test.js && git add index.js" | ||
} | ||
}, | ||
"repository": { | ||
@@ -45,10 +52,10 @@ "type": "git", | ||
"devDependencies": { | ||
"husky": "^3.0.9", | ||
"mvt": "4.0.0", | ||
"husky": "^4.2.3", | ||
"mvt": "4.1.0", | ||
"rollup": "npm:rollup@latest", | ||
"rollup100": "npm:rollup@1.0.x", | ||
"rollup60": "npm:rollup@0.60.x", | ||
"standard": "^14.3.1" | ||
"standard": "^14.3.3" | ||
}, | ||
"dependencies": {} | ||
} |
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
36479
7
358