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

Commit

Permalink
1.0.1 - add repository to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew McNamara committed Feb 1, 2015
1 parent b8877a1 commit a916d15
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "streamtip-listener",
"version": "1.0.0",
"version": "1.0.1",
"description": "Evented wrapper API for StreamTip",
"main": "index.js",
"keywords": [
Expand All @@ -9,6 +9,11 @@
"hitbox"
],
"author": "Matthew McNamara <matt@mattmcn.com>",
"repository": {
"type": "git",
"url": "https://github.com/MattMcNam/streamtip-listener.git"
},
"bugs": "https://github.com/MattMcNam/streamtip-listener/issues",
"license": "MIT",
"dependencies": {
"events": "^1.0.2",
Expand Down

0 comments on commit a916d15

Please sign in to comment.