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

This commit is contained in:
Nathan Kellenicki 2019-03-20 15:01:23 -07:00
parent c965826b93
commit e311b6a737
3 changed files with 4 additions and 4 deletions

View File

@ -18,5 +18,5 @@ pipeline:
token:
from_secret: NPM_TOKEN
when:
event: [tag]
ref: [refs/tags/v*]
ref:
- refs/tags/v*

2
package-lock.json generated
View File

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

View File

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