Skip to content
This repository has been archived by the owner on Apr 1, 2019. It is now read-only.

Commit

Permalink
change engine dependency to node 6
Browse files Browse the repository at this point in the history
  • Loading branch information
klarkc committed Oct 22, 2017
1 parent 464b913 commit 600be10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "1.0.0",
"description": "Vuejs standalone component template using karma for testing",
"main": "meta.js",
"engines": {
"node": ">=6.0"
},
"scripts": {
"test": "node test.js"
},
Expand Down

0 comments on commit 600be10

Please sign in to comment.