Skip to content

Commit 32b3f15

Browse files
committed
Update nodejs test launcher tool
1 parent a2b555d commit 32b3f15

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

integrations/node_js/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<html>
22
<head>
3-
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
3+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.2.1/css/bootstrap.min.css" crossorigin="anonymous">
44
<style>
55
body {font-family: Arial, Helvetica, sans-serif;}
66
h1 {color:#3366CC; font-size: 32px;}

integrations/node_js/package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@
66
"start": "node ./bin/www"
77
},
88
"dependencies": {
9-
"express": "~4.16.3",
10-
"body-parser": "~1.18.3",
11-
"cookie-parser": "~1.4.3",
12-
"debug": "^3.1.0",
13-
"pug": "~2.0.3",
14-
"morgan": "^1.9.0",
15-
"serve-favicon": "^2.5.0"
9+
"express": "~4.16.4"
1610
}
1711
}

0 commit comments

Comments
 (0)