Comparing version 0.0.4 to 0.0.5
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="0.0.5"></a> | ||
## [0.0.5](https://github.com/pi0/hable/compare/v0.0.4...v0.0.5) (2018-01-26) | ||
### Bug Fixes | ||
* **package:** lib ~> dist ([34a8d5c](https://github.com/pi0/hable/commit/34a8d5c)) | ||
<a name="0.0.4"></a> | ||
@@ -7,0 +17,0 @@ ## [0.0.4](https://github.com/pi0/hable/compare/v0.0.3...v0.0.4) (2018-01-26) |
{ | ||
"name": "hable", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "A simpler tapable alternative, which can be used to create hooks for plugins", | ||
"main": "lib/hable.cjs.js", | ||
"module": "lib/hable.es.js", | ||
"jsnext:main": "lib/hable.es.js", | ||
"main": "dist/hable.cjs.js", | ||
"module": "dist/hable.es.js", | ||
"jsnext:main": "dist/hable.es.js", | ||
"scripts": { | ||
@@ -9,0 +9,0 @@ "build": "bili --format es,cjs --inline", |
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
115739
8
177