0.15.1
This commit is contained in:
parent
e2177cf443
commit
31abb8bee0
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user