Skip to content

Commit

Permalink
fix(release): fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarre committed Mar 18, 2023
1 parent 9c7d5ec commit 51a75c9
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"name": "setup-duckdb-action",
"version": "1.0.0",
"description": "Github action that installs DuckDB with the version provided in input.",
"main": "dist/index.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"lint": "eslint .",
"prepare": "ncc build index.js -o dist --source-map --license licenses.txt",
"test": "echo \"Error: no test specified\" && exit 1",
"all": "npm run lint && npm run prepare"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@actions/core": "^1.10.0",
"axios": "^1.3.4"
Expand Down

0 comments on commit 51a75c9

Please sign in to comment.