Skip to content

Commit 2f7c179

Browse files
Merge pull request #9 from lgguzman/support-new-engines
support new engines (node 9,10+; npm 6+)
2 parents 036bee7 + 3df1733 commit 2f7c179

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
node_modules
1+
node_modules
2+
.idea/*
3+
*.lock

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-izitoast",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Elegant, responsive, flexible and lightweight notification plugin implemented for Vue 2 of iziToast",
55
"main": "dist/vue-izitoast.js",
66
"files": [
@@ -34,8 +34,8 @@
3434
"js"
3535
],
3636
"engines": {
37-
"node": "^6.11.4 || ^8.7.0",
38-
"npm": "^3.10.10 || ^5.4.2",
37+
"node": "^6.11.4 || ^8.7.0 || ^9.0.0 || ^10.0.0",
38+
"npm": "^3.10.10 || ^5.4.2 || ^6.0.0",
3939
"yarn": "^1.0.0"
4040
},
4141
"author": "Arthur Vasconcelos <vasconcelos.arthur@gmail.com> (http://arthurvasconcelos.com.br/)",

0 commit comments

Comments
 (0)