@bbob/plugin-helper
Advanced tools
Comparing version 2.0.1 to 2.3.1
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="2.3.1"></a> | ||
## [2.3.1](https://github.com/JiLiZART/bbob/compare/v2.3.0...v2.3.1) (2019-03-04) | ||
**Note:** Version bump only for package @bbob/plugin-helper | ||
<a name="2.0.1"></a> | ||
@@ -8,0 +16,0 @@ ## [2.0.1](https://github.com/JiLiZART/bbob/compare/@bbob/plugin-helper@2.0.0...@bbob/plugin-helper@2.0.1) (2018-09-23) |
{ | ||
"name": "@bbob/plugin-helper", | ||
"version": "2.0.1", | ||
"version": "2.3.1", | ||
"description": "Set of utils to help write plugins", | ||
@@ -34,2 +34,3 @@ "keywords": [ | ||
"size": "../../node_modules/.bin/size-limit", | ||
"bundlesize": "../../node_modules/.bin/bundlesize", | ||
"prepublishOnly": "npm run build" | ||
@@ -42,2 +43,8 @@ }, | ||
], | ||
"bundlesize": [ | ||
{ | ||
"path": "./dist/index.min.js", | ||
"maxSize": "500 B" | ||
} | ||
], | ||
"publishConfig": { | ||
@@ -44,0 +51,0 @@ "registry": "https://registry.npmjs.org/" |
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
15841