mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 01:51:40 -05:00
Add chalk library and change prestart
Add chalk library for color console. https://www.npmjs.com/package/chalk
This commit is contained in:
parent
e71eefa94c
commit
3501a661eb
1 changed files with 3 additions and 2 deletions
|
@ -1,15 +1,16 @@
|
||||||
{
|
{
|
||||||
"name": "Vulcan",
|
"name": "Vulcan",
|
||||||
"version": "1.2.0",
|
"version": "1.8.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"npm": "^3.0"
|
"npm": "^3.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prestart": "sh prestart_vulcan.sh",
|
"prestart": "node prestart_vulcan.js",
|
||||||
"start": "meteor --settings settings.json",
|
"start": "meteor --settings settings.json",
|
||||||
"lint": "eslint --cache --ext .jsx,js packages"
|
"lint": "eslint --cache --ext .jsx,js packages"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"chalk": "2.2.0",
|
||||||
"analytics-node": "^2.1.1",
|
"analytics-node": "^2.1.1",
|
||||||
"apollo-client": "^1.2.2",
|
"apollo-client": "^1.2.2",
|
||||||
"apollo-errors": "^1.4.0",
|
"apollo-errors": "^1.4.0",
|
||||||
|
|
Loading…
Add table
Reference in a new issue