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

Commit 600be10

Browse files
committed
change engine dependency to node 6
1 parent 464b913 commit 600be10

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "1.0.0",
44
"description": "Vuejs standalone component template using karma for testing",
55
"main": "meta.js",
6+
"engines": {
7+
"node": ">=6.0"
8+
},
69
"scripts": {
710
"test": "node test.js"
811
},

0 commit comments

Comments
 (0)