Skip to content

Commit

Permalink
Bump version. Source map support as dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmunda committed May 18, 2018
1 parent ec48c85 commit 2046843
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinypg",
"version": "3.0.0",
"version": "3.0.1",
"description": "Easy way to call sql files using postgres.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -40,8 +40,7 @@
"glob": "7.1.2",
"lodash": "4.17.5",
"node-uuid": "1.4.7",
"pg-format": "1.0.1",
"source-map-support": "0.5.6"
"pg-format": "1.0.1"
},
"devDependencies": {
"@types/chai": "3.4.34",
Expand All @@ -53,6 +52,7 @@
"mocha": "^3.2.0",
"pg": "^7.4.1",
"rimraf": "^2.6.0",
"source-map-support": "0.5.6",
"typescript": "2.8.1"
},
"peerDependencies": {
Expand Down

0 comments on commit 2046843

Please sign in to comment.