Skip to content

Commit

Permalink
1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ap3rtur3 committed Sep 11, 2019
1 parent 2a08174 commit 0808bb7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"name": "vue-event-registry",
"version": "1.3.3",
"version": "1.3.4",
"description": "Register, execute und unregister event handlers",
"main": "dist/index.js",
"types": "src/index.d.ts",
"author": "Marcel Solle <msap3rtur3@gmail.com>",
"license": "MIT",
"browserslist": ["last 2 versions", "> 0.25%", "IE >= 10"],
"browserslist": [
"last 2 versions",
"> 0.25%",
"IE >= 10"
],
"scripts": {
"test": "jest",
"build": "webpack --mode production",
Expand Down

0 comments on commit 0808bb7

Please sign in to comment.