Update package.json
This commit is contained in:
parent
4794418d74
commit
19a75f6d67
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
||||||
"name": "metamaps",
|
"name": "metamaps",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Metamaps webpacked javascript code",
|
"description": "Metamaps webpacked javascript code",
|
||||||
|
"engines": {
|
||||||
|
"node": "6.2.2"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "webpack",
|
"build": "webpack",
|
||||||
"build:watch": "webpack --watch",
|
"build:watch": "webpack --watch",
|
||||||
|
|
Loading…
Reference in a new issue