Commit 776b9103 authored by Ryan LeFevre's avatar Ryan LeFevre

Merge pull request #5 from samccone/sjs/add-repo-field

Add repo field to package.json
parents 1585bf6a 39a031ff
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
"name": "psd", "name": "psd",
"version": "0.0.1", "version": "0.0.1",
"main": "./index.js", "main": "./index.js",
"repository": {
"type": "git",
"url": "git@github.com:meltingice/psd.js.git"
},
"dependencies": { "dependencies": {
"coffee-script": "~ 1.7.1", "coffee-script": "~ 1.7.1",
"jspack": "~ 0.0.3", "jspack": "~ 0.0.3",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment