1
1
mirror of https://github.com/c8r/x0.git synced 2024-08-17 17:30:26 +03:00

create-x0: add dependency

This commit is contained in:
Brent Jackson 2018-06-03 19:10:01 -04:00
parent fdae78ab15
commit e7f513f882

View File

@ -1,6 +1,6 @@
{ {
"name": "create-x0", "name": "create-x0",
"version": "1.0.0-0", "version": "1.0.0-1",
"description": "Create an x0 starter project", "description": "Create an x0 starter project",
"bin": { "bin": {
"create-x0": "./cli.js" "create-x0": "./cli.js"
@ -9,6 +9,7 @@
"author": "Brent Jackson", "author": "Brent Jackson",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"chalk": "^2.4.1",
"initit": "^1.0.0-2" "initit": "^1.0.0-2"
} }
} }