Merge pull request #67 from takost/update-version

Update version of the action
This commit is contained in:
Federico Builes
2024-01-10 19:24:16 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "go-dependency-submission",
"version": "1.0.0",
"version": "2.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "go-dependency-submission",
"version": "1.0.0",
"version": "2.0.0",
"license": "ISC",
"dependencies": {
"@actions/core": "^1.9.1",

View File

@@ -1,6 +1,6 @@
{
"name": "go-dependency-submission",
"version": "1.0.0",
"version": "2.0.0",
"description": "Go Dependency Submission",
"main": "dist/index.js",
"scripts": {
@@ -9,7 +9,7 @@
"format-check": "prettier --check '**/*.ts'",
"lint": "eslint --fix src/**/*.ts",
"package": "ncc build --source-map --license licenses.txt",
"test": "jest --forceExit",
"test": "jest --testTimeout=10000",
"test:watch": "jest --watch src",
"all": "npm run build && npm run format && npm run lint && npm run package && npm test"
},