Skip to content

Commit

Permalink
fix: export types alongside dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nicosantangelo committed Nov 13, 2019
1 parent c01fc76 commit 0c054b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -38,18 +38,18 @@
"semi": false
},
"dependencies": {
"@types/pg": "^7.11.2",
"@types/inquirer": "^6.5.0",
"@types/express": "^4.17.2",
"commander": "2.20.1",
"inquirer": "^7.0.0",
"pg": "^7.12.1",
"rollbar": "^2.14.3"
},
"devDependencies": {
"@types/chai": "^4.2.4",
"@types/express": "^4.17.2",
"@types/inquirer": "^6.5.0",
"@types/mocha": "^5.2.7",
"@types/node": "^12.12.7",
"@types/pg": "^7.11.2",
"chai": "^4.2.0",
"dcl-tslint-config-standard": "^2.0.0",
"husky": "^3.0.9",
Expand Down

0 comments on commit 0c054b8

Please sign in to comment.