Update tests and correct beta version

This commit is contained in:
Colin McLeod
2016-02-24 12:13:51 -08:00
parent 34b4690e1a
commit e2170c9d2f
6 changed files with 86 additions and 50 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "coriolis_shipyard",
"version": "2.0.1-Beta",
"version": "2.0.0-Beta-1",
"repository": {
"type": "git",
"url": "https://github.com/cmmcleod/coriolis"
@@ -11,7 +11,7 @@
"engine": "node >= 4.0.0",
"license": "MIT",
"scripts": {
"extract-translations": "grep -hroE \"translate\\('[^']+'\\)\" src/* | grep -oE \"'[^']+'\" | grep -oE \"[^']+\" | sort -u -f",
"extract-translations": "grep -hroE \"(translate\\('[^']+'\\))|(tip.bind\\(null, '[^']+')\" src/* | grep -oE \"'[^']+'\" | grep -oE \"[^']+\" | sort -u -f",
"clean": "rimraf build",
"start": "node devServer.js",
"lint": "eslint --ext .js,.jsx src",