Skip to content

Commit

Permalink
v2.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Maronato committed Oct 16, 2021
1 parent 9ea87ea commit 8b15bd4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ dist/
coverage/
.github/
.vscode/

demo/
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12
14
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-toastification",
"version": "2.0.0-rc.1",
"version": "2.0.0-rc.2",
"private": false,
"description": "Toasts for Vue made easy!",
"author": "Gustavo Maronato",
Expand All @@ -20,7 +20,7 @@
"lint:eslint": "eslint --ext .js,.vue,.ts .",
"lint:eslint:fix": "yarn lint:eslint --fix",
"install:demo": "cd demo && yarn",
"prepublishOnly": "yarn lint:no-fix && yarn test && yarn build",
"prepublishOnly": "yarn lint && yarn test && yarn build",
"prepare": "husky install"
},
"main": "dist/index.cjs",
Expand Down

0 comments on commit 8b15bd4

Please sign in to comment.