This commit is contained in:
IagoLast 2018-05-10 16:07:00 +02:00
parent e2177cf443
commit 31abb8bee0

View File

@ -1,6 +1,6 @@
{ {
"name": "carto", "name": "carto",
"version": "0.15.1-cdb4", "version": "0.15.1",
"description": "CartoCSS Stylesheet Compiler", "description": "CartoCSS Stylesheet Compiler",
"url": "https://github.com/cartodb/carto", "url": "https://github.com/cartodb/carto",
"repository": { "repository": {
@ -53,7 +53,7 @@
"scripts": { "scripts": {
"pretest": "npm install", "pretest": "npm install",
"test": "mocha -R spec", "test": "mocha -R spec",
"tdd" : "env HIDE_LOGS=true mocha -w -R spec", "tdd": "env HIDE_LOGS=true mocha -w -R spec",
"coverage": "istanbul cover ./node_modules/.bin/_mocha && coveralls < ./coverage/lcov.info", "coverage": "istanbul cover ./node_modules/.bin/_mocha && coveralls < ./coverage/lcov.info",
"bump": "npm version patch", "bump": "npm version patch",
"bump:major": "npm version major", "bump:major": "npm version major",