Fixed drone pipeline again
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is failing

This commit is contained in:
Nathan Kellenicki 2019-03-20 15:09:39 -07:00
parent e311b6a737
commit 33fb7f4907
3 changed files with 3 additions and 2 deletions

View File

@ -15,6 +15,7 @@ pipeline:
publish:
image: plugins/npm
settings:
username: nathankellenicki
token:
from_secret: NPM_TOKEN
when:

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "node-poweredup",
"version": "2.0.1",
"version": "2.0.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "node-poweredup",
"version": "2.0.1",
"version": "2.0.2",
"description": "A Javascript module to interface with LEGO Powered UP components.",
"homepage": "https://github.com/nathankellenicki/node-poweredup/",
"main": "dist/node/index-node.js",