balena-errors
Advanced tools
Comparing version 4.5.1-update-balena-config-karma-3-0-0-23e8e65d327d907714b6e9fb120e70abea8f47cd to 4.5.1-update-balena-config-karma-3-0-0-30433c5924c8fa9b01192239da83f9cf3f30c319
@@ -11,2 +11,4 @@ # Change Log | ||
* Fix catch-uncommited check on newer balenaCI [Thodoris Greasidis] | ||
* Test on travis against more modern node versions [Thodoris Greasidis] | ||
* balena-config-karma: update to v3.0.0 [JSReds] | ||
@@ -13,0 +15,0 @@ |
{ | ||
"name": "balena-errors", | ||
"version": "4.5.1-update-balena-config-karma-3-0-0-23e8e65d327d907714b6e9fb120e70abea8f47cd", | ||
"version": "4.5.1-update-balena-config-karma-3-0-0-30433c5924c8fa9b01192239da83f9cf3f30c319", | ||
"description": "Collection of Balena JavaScript errors", | ||
@@ -28,3 +28,3 @@ "main": "build/errors.js", | ||
"lint": "balena-lint --typescript --fix lib tests", | ||
"test": "npm run lint && npm run build && npm run test:ts-compatibility && npm run test:node && npm run test:browser && catch-uncommitted", | ||
"test": "npm run lint && npm run build && npm run test:ts-compatibility && npm run test:node && npm run test:browser && catch-uncommitted --skip-node-versionbot-changes", | ||
"build": "rimraf ./build && npm run lint && tsc && npm run readme", | ||
@@ -31,0 +31,0 @@ "prepare": "npm run build", |
57738