fix: main in package.json
This commit is contained in:
parent
1a8204b869
commit
a351b80e89
|
@ -2,7 +2,7 @@
|
||||||
"name": "@sigyl/jsonnet-drone-environment",
|
"name": "@sigyl/jsonnet-drone-environment",
|
||||||
"version": "0.0.3",
|
"version": "0.0.3",
|
||||||
"description": "function compose",
|
"description": "function compose",
|
||||||
"main": "compose.libsonnet",
|
"main": "environment.libsonnet",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"publish": "git push --follow-tags origin master && npm publish",
|
"publish": "git push --follow-tags origin master && npm publish",
|
||||||
"release": "standard-version",
|
"release": "standard-version",
|
||||||
|
|
Loading…
Reference in New Issue