Skip to content

Commit

Permalink
-> v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Voltra committed Apr 23, 2022
1 parent 33bd572 commit 39e4190
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
**/tsconfig.json
**/nodemon.json
**/tslint.json
**/webpack.config.js
**/jest.config.js
**/typedoc.config.js
**/*.config.js
.editorconfig
src
demo
example
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions lib/utils/eventBus.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/**
* Type for event listeners used in the {@link GlobalEventBus}
*/
declare type Listener = (e: Event) => void;
declare type EventName = string;
declare type Selector = string;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "html-gdpr-guard",
"version": "0.0.1",
"version": "1.0.0",
"description": "Vanilla JavaScript binding to use gdpr-guard as efficiently and easily as possible, based on data provided in the DOM",
"main": "dist/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 39e4190

Please sign in to comment.