Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rossipedia committed Jun 24, 2014
1 parent ab3f207 commit aef6708
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"url": "https://raw.github.com/pekim/tedious/master/LICENSE"
}
],
"version": "0.2.4",
"version": "0.3.0",
"main": "./lib/tedious.js",
"repository": {
"type": "git",
Expand All @@ -45,10 +45,9 @@
"nodeunit": "0.8.4"
},
"scripts": {
"test" : "node_modules/.bin/nodeunit test/register-coffee.js test/unit/ test/unit/token/ test/unit/tracking-buffer",
"test-all" : "node_modules/.bin/nodeunit test/register-coffee.js test/unit/ test/unit/token/ test/unit/tracking-buffer test/integration/",
"test-integration" : "node_modules/.bin/nodeunit test/register-coffee.js test/integration/",
"prepublish" : "node_modules/.bin/coffee scripts/build.coffee"
"test": "node_modules/.bin/nodeunit test/register-coffee.js test/unit/ test/unit/token/ test/unit/tracking-buffer",
"test-all": "node_modules/.bin/nodeunit test/register-coffee.js test/unit/ test/unit/token/ test/unit/tracking-buffer test/integration/",
"test-integration": "node_modules/.bin/nodeunit test/register-coffee.js test/integration/",
"prepublish": "node_modules/.bin/coffee scripts/build.coffee"
}
}

0 comments on commit aef6708

Please sign in to comment.