Skip to content

Commit d1d6d58

Browse files
authored
Merge pull request #499 from bd808/no-ssh
Use git URLs in package.json
2 parents ec2813f + 723c9d7 commit d1d6d58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"start": "node app.js"
1414
},
1515
"dependencies": {
16-
"Idle.Js": "github:shawnmclean/Idle.js",
16+
"Idle.Js": "git+https://github.com/shawnmclean/Idle.js",
1717
"async": "^2.1.4",
1818
"aws-sdk": "^2.7.20",
1919
"blueimp-md5": "^2.6.0",
@@ -96,7 +96,7 @@
9696
"pg-hstore": "^2.3.2",
9797
"prismjs": "^1.6.0",
9898
"randomcolor": "^0.4.4",
99-
"raphael": "github:dmitrybaranovskiy/raphael",
99+
"raphael": "git+https://github.com/dmitrybaranovskiy/raphael",
100100
"request": "^2.79.0",
101101
"reveal.js": "^3.3.0",
102102
"scrypt": "^6.0.3",

0 commit comments

Comments
 (0)