Skip to content

Commit

Permalink
Merge pull request #9 from lgguzman/support-new-engines
Browse files Browse the repository at this point in the history
support new engines (node 9,10+; npm 6+)
  • Loading branch information
arthurvasconcelos authored Nov 27, 2018
2 parents 036bee7 + 3df1733 commit 2f7c179
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
node_modules
node_modules
.idea/*
*.lock
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-izitoast",
"version": "1.1.0",
"version": "1.1.1",
"description": "Elegant, responsive, flexible and lightweight notification plugin implemented for Vue 2 of iziToast",
"main": "dist/vue-izitoast.js",
"files": [
Expand Down Expand Up @@ -34,8 +34,8 @@
"js"
],
"engines": {
"node": "^6.11.4 || ^8.7.0",
"npm": "^3.10.10 || ^5.4.2",
"node": "^6.11.4 || ^8.7.0 || ^9.0.0 || ^10.0.0",
"npm": "^3.10.10 || ^5.4.2 || ^6.0.0",
"yarn": "^1.0.0"
},
"author": "Arthur Vasconcelos <vasconcelos.arthur@gmail.com> (http://arthurvasconcelos.com.br/)",
Expand Down

0 comments on commit 2f7c179

Please sign in to comment.