Update package.json

This commit is contained in:
Connor Turland 2017-02-25 16:36:27 -05:00 committed by GitHub
parent 4794418d74
commit 19a75f6d67

View file

@ -2,6 +2,9 @@
"name": "metamaps",
"version": "1.0.0",
"description": "Metamaps webpacked javascript code",
"engines": {
"node": "6.2.2"
},
"scripts": {
"build": "webpack",
"build:watch": "webpack --watch",