Skip to content

Commit

Permalink
lock in dependencies a bit to second digit
Browse files Browse the repository at this point in the history
  • Loading branch information
daaku committed Feb 14, 2012
1 parent 055f001 commit 165aa65
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "tmpl",
"description": "JavaScript micro templates.",
"version": "1.0.1",
"version": "1.0.2",
"homepage": "https://github.com/nshah/nodejs-tmpl",
"author": "Naitik Shah <[email protected]>",
"main": "lib/tmpl",
"repository": {
"type": "git",
"url": "https://github.com/nshah/nodejs-tmpl"
},
"scripts": { "test": "NODE_PATH=./lib ./node_modules/.bin/mocha --ui exports" },
"scripts": { "test": "NODE_PATH=./lib mocha --ui exports" },
"devDependencies": {
"mocha": ">= 0.12.0"
"mocha": "0.12.x"
},
"engines": { "node": ">= 0.6.10" }
"engines": { "node": "0.6.x" }
}

0 comments on commit 165aa65

Please sign in to comment.