fix: version in package.json
not getting updated in release..
This commit is contained in:
parent
2cfb3d7b3a
commit
75be869735
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@sigyl/jsonnet-drone",
|
||||
"main": "deploy.libsonnet",
|
||||
"version": "0.2.1",
|
||||
"version": "0.3.0",
|
||||
"description": "jsonnet to build and deploy with drone",
|
||||
"scripts": {
|
||||
"publish-npm": "git push --follow-tags origin master && npm publish",
|
||||
|
|
Loading…
Reference in New Issue