Skip to content

Commit

Permalink
Package mess up
Browse files Browse the repository at this point in the history
  • Loading branch information
thepeak99 committed May 30, 2017
1 parent bcb4133 commit 061c59d
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": "pgtest",
"version": "0.2.1",
"version": "0.2.2",
"description": "A module that provides easy unit-testing for the popular node-postgres.",
"main": "lib/pgtest.js",
"scripts": {
Expand All @@ -24,12 +24,12 @@
},
"homepage": "https://github.com/thepeak99/node-postgres-test",
"dependencies": {
"async": "^1.0.0",
"assertion-error": "1.0.1",
"escape-string-regexp": "^1.0.5",
"lodash": "^3.9.3"
},
"devDependencies": {
"assertion-error": "1.0.0",
"async": "^1.0.0",
"chai": "^2.3.0",
"mocha": "^2.2.5"
}
Expand Down

0 comments on commit 061c59d

Please sign in to comment.