Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
alexleventer committed May 11, 2020
1 parent 2ab08fd commit aa9a275
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"main": "dist/app.js",
"version": "1.0.11",
"version": "1.0.12",
"license": "MIT",
"scripts": {
"build": "tsc",
"test": "jest",
"release": "tsc && mkdir releases && zip -r releases/gh-issues-due-date-action-$(node -p \"require('./package.json').version\").zip ."
"test": "jest"
},
"devDependencies": {
"@types/jest": "^25.2.1",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"esModuleInterop": true,
"skipLibCheck": true
},
"exclude": ["node_modules", "**/*.test.ts"]
"exclude": ["**/*.test.ts"]
}

0 comments on commit aa9a275

Please sign in to comment.