Skip to content

Commit f4abaf4

Browse files
committed
Fixed samples path
1 parent 5a44ecc commit f4abaf4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

example/TypeScript/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>Exceptionless Test</title>
66
</head>
77
<body>
8-
<script type="application/javascript" src="../dist/exceptionless.js?apiKey=LhhP1C9gijpSKCslHHCvwdSIz298twx271n1l6xw"></script>
8+
<script type="application/javascript" src="../../dist/exceptionless.js?apiKey=LhhP1C9gijpSKCslHHCvwdSIz298twx271n1l6xw"></script>
99
<script type="application/javascript" src="index.js"></script>
1010
</body>
1111
</html>

example/angular/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
},
1010
"scripts": {
1111
"postinstall": "bower install",
12-
1312
"prestart": "npm install",
1413
"start": "http-server -a localhost -p 8000 -c-1 ./app"
1514
}

0 commit comments

Comments
 (0)