Skip to content

Commit

Permalink
Merge pull request #463 from dgreene1/master
Browse files Browse the repository at this point in the history
version bump to publish new version to NPM
  • Loading branch information
dgreene1 authored Sep 5, 2019
2 parents 13d856e + 6e11ae0 commit a2b9571
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/runTestsOnPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
uses: Borales/actions-yarn@master
with:
args: install
- name: Lint
uses: Borales/actions-yarn@master
with:
args: lint
- name: Test
uses: Borales/actions-yarn@master
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tsoa",
"description": "Build swagger-compliant REST APIs using TypeScript and Node",
"version": "2.4.11",
"version": "2.5.1",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"no-namespace": [
false
],
"object-literal-key-quotes": false,
"ban-types": false
},
"linterOptions": {
Expand Down

0 comments on commit a2b9571

Please sign in to comment.