balena-register-device
Advanced tools
Comparing version 6.0.0-36-rename-to-balena-a0f1802f96ef39c298726890a9b0187c9646615e to 6.0.0-36-rename-to-balena-d027cc3d76c17373c977e15d22d50bd27e05218b
@@ -8,5 +8,6 @@ # Change Log | ||
## 6.0.0 - 2019-04-11 | ||
## 6.0.0 - 2019-04-12 | ||
* Use a prepack step that doesn't run tests, to be balenaCI compliant [Thodoris Greasidis] | ||
* Exclude the build output from the repo [Thodoris Greasidis] | ||
* Use a prepare step that doesn't run tests, to be balenaCI compliant [Thodoris Greasidis] | ||
* Tests: Disable node 10 on appveyor since a warning is inferred as error [Thodoris Greasidis] | ||
@@ -13,0 +14,0 @@ * Drop node 4 in favor of 8 & 10 on appveyor & travis [Thodoris Greasidis] |
{ | ||
"name": "balena-register-device", | ||
"version": "6.0.0-36-rename-to-balena-a0f1802f96ef39c298726890a9b0187c9646615e", | ||
"version": "6.0.0-36-rename-to-balena-d027cc3d76c17373c977e15d22d50bd27e05218b", | ||
"description": "Balena device registration utilities", | ||
@@ -11,2 +11,5 @@ "main": "build/register.js", | ||
}, | ||
"files": [ | ||
"build/" | ||
], | ||
"keywords": [ | ||
@@ -27,3 +30,3 @@ "resin", | ||
"test": "npm run lint && npm run test-node && npm run test-browser", | ||
"prepack": "npm run build" | ||
"prepare": "npm run build" | ||
}, | ||
@@ -30,0 +33,0 @@ "author": "Juan Cruz Viotti <juan@resin.io>", |
22129
5
107