minor updates

This commit is contained in:
Martin Donnelly 2016-03-23 14:03:58 +00:00
parent e97a58a0df
commit 5e534c3297

View File

@ -38,6 +38,7 @@
"unstyler": "^0.2.2"
},
"scripts": {
"start": "node web-server.js"
"start": "node web-server.js",
"copy" : "sudo cp -r ./. /var/www/silvrtree"
}
}