@kocal/web-extension-library
Advanced tools
+10
-0
@@ -5,2 +5,12 @@ # Change Log | ||
| <a name="1.0.0-alpha.1"></a> | ||
| # [1.0.0-alpha.1](https://github.com/Kocal-Web-Extensions/library/compare/v1.0.0-alpha.0...v1.0.0-alpha.1) (2018-09-18) | ||
| ### Bug Fixes | ||
| * **pkg:** fix typescript definitions types in package.json ([#31](https://github.com/Kocal-Web-Extensions/library/issues/31)) ([da938b1](https://github.com/Kocal-Web-Extensions/library/commit/da938b1)) | ||
| <a name="1.0.0-alpha.0"></a> | ||
@@ -7,0 +17,0 @@ # [1.0.0-alpha.0](https://github.com/Kocal-Web-Extensions/library/compare/v1.0.0-alpha...v1.0.0-alpha.0) (2018-09-18) |
+2
-2
| { | ||
| "name": "@kocal/web-extension-library", | ||
| "version": "1.0.0-alpha.0", | ||
| "version": "1.0.0-alpha.1", | ||
| "description": "A set of functions used for easily write a web extension", | ||
@@ -12,3 +12,3 @@ "repository": "https://github.com/Kocal-Web-Extensions/library.git", | ||
| ], | ||
| "typings": "dist/types/index.ts", | ||
| "typings": "dist/types/index.d.ts", | ||
| "scripts": { | ||
@@ -15,0 +15,0 @@ "prepare": "yarn lint && yarn test && yarn build", |
10406
3.73%