Add chalk library and change prestart

Add chalk library for color console. https://www.npmjs.com/package/chalk
This commit is contained in:
Lucas Martín 2017-10-23 19:19:13 +02:00 committed by GitHub
parent e71eefa94c
commit 3501a661eb

View file

@ -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",