1
1
mirror of https://github.com/c8r/x0.git synced 2024-07-07 10:16:18 +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",
"version": "1.0.0-0",
"version": "1.0.0-1",
"description": "Create an x0 starter project",
"bin": {
"create-x0": "./cli.js"
@ -9,6 +9,7 @@
"author": "Brent Jackson",
"license": "MIT",
"dependencies": {
"chalk": "^2.4.1",
"initit": "^1.0.0-2"
}
}