We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c735d2 commit 7600115Copy full SHA for 7600115
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "kth-node-server",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "Module for initializing an Express server in a Node.js application.",
5
"main": "index.js",
6
"scripts": {
@@ -11,7 +11,7 @@
11
"url": "https://github.com/KTH/kth-node-server"
12
},
13
"dependencies": {
14
- "kth-node-log": "git+ssh://git@github.com:KTH/kth-node-log.git#v1.0.0",
+ "kth-node-log": "https://github.com/KTH/kth-node-log.git#v1.0.0",
15
"express": "^4.13.3"
16
17
"author": "",
0 commit comments