Tweaks supporting standard modules schema changes

This commit is contained in:
Colin McLeod
2016-02-17 17:52:58 -08:00
parent 9175fb60af
commit 05e160f702
12 changed files with 111 additions and 98 deletions

View File

@@ -11,6 +11,7 @@
"engine": "node >= 4.0.0",
"license": "MIT",
"scripts": {
"extract-translations": "grep -hroE \"translate\\('[^']+'\\)\" src/* | grep -oE \"'[^']+'\" | grep -oE \"[^']+\" | sort -u -f",
"clean": "rimraf build",
"start": "node devServer.js",
"lint": "eslint --ext .js,.jsx src",