Comparing version 2.1.0 to 2.2.0
@@ -0,1 +1,8 @@ | ||
# [2.2.0](https://github.com/xobotyi/cnbuilder/compare/v2.1.0...v2.2.0) (2020-02-17) | ||
### Features | ||
* add prepublish build script so dist dir never lost; ([23538b4](https://github.com/xobotyi/cnbuilder/commit/23538b4db4a8fc4d6297a8f94c9e01d4170a64a9)) | ||
# [2.1.0](https://github.com/xobotyi/cnbuilder/compare/v2.0.0...v2.1.0) (2020-02-17) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "cnbuilder", | ||
"description": "Yet another classname string builder (the fastest one)", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"main": "dist/index.js", | ||
@@ -59,2 +59,3 @@ "module": "dist/index.esm.js", | ||
"test": "jest", | ||
"prepublishOnly": "yarn build", | ||
"semantic-release": "semantic-release" | ||
@@ -61,0 +62,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
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
17999