This commit is contained in:
Philipp Kunz
2016-05-20 19:06:25 +02:00
parent ed078ee29a
commit 4dab0f250a
9 changed files with 81 additions and 1 deletions

View File

@@ -18,5 +18,12 @@
"bugs": {
"url": "https://github.com/pushrocks/early/issues"
},
"homepage": "https://github.com/pushrocks/early#readme"
"homepage": "https://github.com/pushrocks/early#readme",
"devDependencies": {
"npmts": "^5.1.8"
},
"dependencies": {
"colors": "^1.1.2",
"ora": "^0.2.3"
}
}