From a351b80e895ae546de4c804b7a46e0aefae7e02b Mon Sep 17 00:00:00 2001 From: Giles Bradshaw Date: Wed, 5 Aug 2020 10:01:52 +0100 Subject: [PATCH] fix: main in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 394a153..32c6466 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@sigyl/jsonnet-drone-environment", "version": "0.0.3", "description": "function compose", - "main": "compose.libsonnet", + "main": "environment.libsonnet", "scripts": { "publish": "git push --follow-tags origin master && npm publish", "release": "standard-version",