Added ED ID for Pack Hound and Advanced Plasma Accelerator

This commit is contained in:
Colin McLeod
2016-04-28 12:46:47 -07:00
parent d68f37d39a
commit 0f4062be35
5 changed files with 8 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "coriolis-data",
"version": "2.0.3",
"version": "2.0.4",
"repository": {
"type": "git",
"url": "https://github.com/cmmcleod/coriolis-data"
@@ -12,7 +12,7 @@
"engine": "node >= 0.12.2",
"license": "MIT",
"scripts": {
"lint": "eslint --plugin json --ext .json modules ships",
"lint": "eslint --plugin json --ext .json modules ships dist",
"jasmine": "jasmine-node spec",
"jasmine-no-stack": "jasmine-node --noStack spec",
"test": "npm run lint && npm run jasmine-no-stack",