Skip to content

Commit

Permalink
Add git details to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pcprince committed Sep 13, 2018
1 parent ddc918b commit 9d9a3c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"spectrogram",
"fft"
],
"homepage": "",
"homepage": "https://github.com/pcprince/wav-spectrogram",
"main": "wav-spectrogram.js",
"author": {
"name": "pcprince",
Expand All @@ -17,7 +17,7 @@
},
"repository": {
"type" : "git",
"url" : ""
"url" : "[email protected]:pcprince/wav-spectrogram.git"
},
"dependencies": {
"dsp.js-browser": "1.0.1",
Expand Down

0 comments on commit 9d9a3c2

Please sign in to comment.