Comparing version 2.3.0 to 3.0.0-0
{ | ||
"name": "hable", | ||
"version": "2.3.0", | ||
"version": "3.0.0-0", | ||
"description": "Awaitable hooks for Node.js", | ||
"keywords": [ | ||
"hook", | ||
"hookable", | ||
"plugin", | ||
"tapable", | ||
"tappable" | ||
], | ||
"repository": "jsless/hable", | ||
"license": "MIT", | ||
@@ -11,21 +19,17 @@ "contributors": [ | ||
], | ||
"repository": "jsless/hable", | ||
"keywords": [ | ||
"tapable", | ||
"tappable", | ||
"hook", | ||
"plugin", | ||
"hookable" | ||
], | ||
"main": "lib/hookable.js", | ||
"files": [ | ||
"lib" | ||
"src", | ||
"dist" | ||
], | ||
"main": "dist/hable.js", | ||
"browser": "dist/hable.umd.js", | ||
"scripts": { | ||
"test": "yarn lint && yarn jest", | ||
"lint": "eslint lib", | ||
"prepublish": "yarn test", | ||
"release": "standard-version && git push --follow-tags && npm publish" | ||
"build": "bili --module-name hable --minify --format cjs,umd,es src/hable.js", | ||
"lint": "eslint src", | ||
"prepublish": "yarn build && yarn test", | ||
"release": "standard-version && git push --follow-tags && npm publish", | ||
"test": "yarn lint && yarn jest" | ||
}, | ||
"devDependencies": { | ||
"bili": "^4.8.1", | ||
"codecov": "^3.0.0", | ||
@@ -32,0 +36,0 @@ "eslint": "^5.13.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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
23984
12
90
11
2