Skip to content

Commit

Permalink
Bundle for npm
Browse files Browse the repository at this point in the history
thepeak99 committed May 28, 2015
1 parent 7f1fbe0 commit 1c025e3
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# node-postgres-test
#node-postgres-test

[![Build Status](https://travis-ci.org/thepeak99/node-postgres-test.svg?branch=master)](https://travis-ci.org/thepeak99/node-postgres-test)

@@ -50,4 +50,4 @@ Make sure all expected queries were run and that ```done()``` was properly calle
Reset the module internal data structures, it is good practice to do that before every test, to make sure other tests do not interfere with the current one.

## Comments, suggestions?
Yes, please! If you would like something to be added/fixed/etc, feel free to open an issue (or even better, a pull request :).
Yes, please! If you would like something to be added/fixed/etc, feel free to open an issue (or even better, a pull request :).
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pgtest",
"version": "0.1.0",
"version": "0.1.1",
"description": "A module that provides easy unit-testing for the popular node-postgres.",
"main": "lib/pgtest.js",
"scripts": {

0 comments on commit 1c025e3

Please sign in to comment.