Merge pull request #4 from Morgul/master

Pull latest from fork master
This commit is contained in:
YuraDubensky
2018-03-05 13:28:34 +02:00
committed by GitHub
+2 -2
View File
@@ -23,7 +23,7 @@
"main": "index.js",
"scripts": {
"serve": "static dist -p 3857 -a 0.0.0.0 -H '{\"Cache-Control\": \"no-cache, must-revalidate\"}'",
"demo": "grunt build && static dist -p 3857 -a 0.0.0.0 -H '{\"Cache-Control\": \"no-cache, must-revalidate\"}'",
"demo": "grunt html2js after-test && static dist -p 3857 -a 0.0.0.0 -H '{\"Cache-Control\": \"no-cache, must-revalidate\"}'",
"test": "grunt"
},
"repository": {
@@ -59,4 +59,4 @@
"shelljs": "^0.6.0"
},
"license": "MIT"
}
}