Skip to content

Commit

Permalink
Add request parameter schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ShenTengTu committed Feb 18, 2018
1 parent 6b23660 commit 1e84e9f
Show file tree
Hide file tree
Showing 3 changed files with 412 additions and 51 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,15 @@
},
"homepage": "https://github.com/ShenTengTu/node-tw-e-invoice#readme",
"devDependencies": {
"@types/joi": "^13.0.5",
"@types/node": "^8.9.1",
"dotenv": "^5.0.0",
"typescript": "^2.7.1"
},
"engines":{
"node" : ">=8.9.4"
"engines": {
"node": ">=8.9.4"
},
"dependencies": {
"joi": "^13.1.2"
}
}
Loading

0 comments on commit 1e84e9f

Please sign in to comment.