Skip to content

Commit

Permalink
Merge pull request #67 from takost/update-version
Browse files Browse the repository at this point in the history
Update version of the action
  • Loading branch information
Federico Builes authored Jan 10, 2024
2 parents b06941e + 2cf6914 commit 9aded48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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"
},
Expand Down

0 comments on commit 9aded48

Please sign in to comment.