diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..cde9d12 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,13 @@ +{ + "name": "nextcloud-artifacts-action", + "version": "1.0.0", + "lockfileVersion": 1, + "requires": true, + "dependencies": { + "@actions/core": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.3.0.tgz", + "integrity": "sha512-xxtX0Cwdhb8LcgatfJkokqT8KzPvcIbwL9xpLU09nOwBzaStbfm0dNncsP0M4us+EpoPdWy7vbzU5vSOH7K6pg==" + } + } +} diff --git a/package.json b/package.json index 036e662..0e0a1f8 100644 --- a/package.json +++ b/package.json @@ -16,5 +16,8 @@ "bugs": { "url": "https://github.com/trympet/nextcloud-artifacts-action/issues" }, - "homepage": "https://github.com/trympet/nextcloud-artifacts-action#readme" + "homepage": "https://github.com/trympet/nextcloud-artifacts-action#readme", + "dependencies": { + "@actions/core": "^1.3.0" + } }