Skip to content

Commit 8b15bd4

Browse files
committed
v2.0.0-rc.2
1 parent 9ea87ea commit 8b15bd4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.eslintignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ dist/
55
coverage/
66
.github/
77
.vscode/
8-
8+
demo/

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12
1+
14

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-toastification",
3-
"version": "2.0.0-rc.1",
3+
"version": "2.0.0-rc.2",
44
"private": false,
55
"description": "Toasts for Vue made easy!",
66
"author": "Gustavo Maronato",
@@ -20,7 +20,7 @@
2020
"lint:eslint": "eslint --ext .js,.vue,.ts .",
2121
"lint:eslint:fix": "yarn lint:eslint --fix",
2222
"install:demo": "cd demo && yarn",
23-
"prepublishOnly": "yarn lint:no-fix && yarn test && yarn build",
23+
"prepublishOnly": "yarn lint && yarn test && yarn build",
2424
"prepare": "husky install"
2525
},
2626
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)