Rename fd to fsd, correct type-9 bulkhead ids, update tests

This commit is contained in:
Colin McLeod
2016-02-17 19:48:33 -08:00
parent f0bf2849a3
commit 3c90da7440
7 changed files with 178 additions and 130 deletions

View File

@@ -14,7 +14,8 @@
"scripts": {
"lint": "eslint --plugin json --ext .json modules ships",
"jasmine": "jasmine-node spec",
"test": "npm run lint && npm run jasmine",
"jasmine-no-stack": "jasmine-node --noStack spec",
"test": "npm run lint && npm run jasmine-no-stack",
"start": "node generate_distribution.js"
},
"devDependencies": {