Skip to content
This repository has been archived by the owner on Jan 13, 2020. It is now read-only.

Commit

Permalink
release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcombes committed Feb 13, 2015
1 parent 4326a43 commit 6888105
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "node-tech-time",
"version": "1.0.0",
"description": "Technical component to track requests/tasks durations",
"license": "MIT",
"main": "techTime.js",
"repository": {
"type": "git",
"url": "https://github.com/AirVantage/node-tech-time.git"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-release": "^0.11.0",
"grunt-tag": "^0.1.0"
}
"name": "node-tech-time",
"version": "1.0.1",
"description": "Technical component to track requests/tasks durations",
"license": "MIT",
"main": "techTime.js",
"repository": {
"type": "git",
"url": "https://github.com/AirVantage/node-tech-time.git"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-release": "^0.11.0",
"grunt-tag": "^0.1.0"
}
}

0 comments on commit 6888105

Please sign in to comment.