Skip to content
This repository has been archived by the owner on Dec 12, 2020. It is now read-only.

Commit

Permalink
v1.0.0-alpha.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ktutnik committed Apr 4, 2019
1 parent ec6d840 commit bf62327
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typedconverter",
"version": "1.0.0-alpha.5",
"version": "1.0.0-alpha.6",
"description": "Convert object into classes match with TypeScript type annotation",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -17,10 +17,10 @@
"author": "Ketut Sandiarsa",
"license": "MIT",
"dependencies": {
"@types/validator": "^10.11.0",
"tinspector": "^2.2.1",
"tslib": "^1.9.3",
"validator":"^10.11.0",
"@types/validator":"^10.11.0"
"validator": "^10.11.0"
},
"devDependencies": {
"@types/ejs": "^2.6.3",
Expand All @@ -31,13 +31,8 @@
"jest": "^24.5.0",
"joi": "^14.3.1",
"ts-jest": "^24.0.0",
"typescript": "^3.3.4000",
"ejs":"^2.6.1",
"@types/ejs":"^2.6.3",
"joi": "^14.3.1",
"@types/joi": "^14.3.2"
"typescript": "^3.3.4000"
},

"bugs": {
"url": "https://github.com/plumier/plumier/issues"
},
Expand Down

0 comments on commit bf62327

Please sign in to comment.