mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-08 15:13:23 +00:00
Build cleanup
This commit is contained in:
@@ -12,9 +12,10 @@
|
||||
"engine": "node >= 0.12.2",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"lint": "eslint --ext .json modules ships",
|
||||
"test": "jasmine-node spec",
|
||||
"start": "node generate_index.js"
|
||||
"lint": "eslint --plugin json --ext .json modules ships",
|
||||
"jasmine": "jasmine-node spec",
|
||||
"test": "npm run lint && npm run jasmine",
|
||||
"start": "node generate_distribution.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^1.10.3",
|
||||
|
||||
Reference in New Issue
Block a user