Refactoring of just about everything, interface beginning to come together

This commit is contained in:
Colin McLeod
2015-04-28 00:46:51 -07:00
parent 7d527cdfef
commit f736a078ec
112 changed files with 3626 additions and 1210 deletions

View File

@@ -1,9 +1,9 @@
{
"name": "ed_shipyard",
"version": "0.0.1",
"name": "coriolis_shipyard",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/cmmcleod/ed-shipyard"
"url": "https://github.com/cmmcleod/coriolis"
},
"private": true,
"dependencies": {},
@@ -23,6 +23,7 @@
"json-concat": "0.0.0",
"main-bower-files": "^2.6.2",
"run-sequence": "^1.0.2",
"uglify-js": "^2.4.19"
"uglify-js": "^2.4.19",
"vinyl": "^0.4.6"
}
}