More Drone
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
Nathan Kellenicki 2019-03-20 15:47:26 -07:00
parent 992591a54e
commit cd613cc72b
3 changed files with 5 additions and 6 deletions

View File

@ -14,10 +14,9 @@ pipeline:
publish:
image: plugins/npm
settings:
username: nathankellenicki
token:
from_secret: NPM_TOKEN
username: nathankellenicki
token:
from_secret: NPM_TOKEN
when:
ref:
- refs/tags/v*

2
package-lock.json generated
View File

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

View File

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