Skip to content

Commit 2ad46a0

Browse files
committed
Fixed exceptionless#86 - unable to run npm i
1 parent d48e237 commit 2ad46a0

10 files changed

+11
-10
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.DS_Store
22
.idea
3+
.git
34
node_modules
45
jspm_packages
56
public

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The definition of the word exceptionless is: to be without exception. Exceptionl
1010
## Show me the code! ##
1111

1212
```html
13-
<script src="https://cdn.rawgit.com/exceptionless/Exceptionless.JavaScript/v1.6.2/dist/exceptionless.min.js"></script>
13+
<script src="https://cdn.rawgit.com/exceptionless/Exceptionless.JavaScript/v1.6.3/dist/exceptionless.min.js"></script>
1414
<script>
1515
var client = exceptionless.ExceptionlessClient.default;
1616
client.config.apiKey = 'API_KEY_HERE';
@@ -49,7 +49,7 @@ Use one of the following methods to install Exceptionless.js into your browser a
4949
Add the following script to your page:
5050

5151
```html
52-
<script src="https://cdn.rawgit.com/exceptionless/Exceptionless.JavaScript/v1.6.2/dist/exceptionless.min.js"></script>
52+
<script src="https://cdn.rawgit.com/exceptionless/Exceptionless.JavaScript/v1.6.3/dist/exceptionless.min.js"></script>
5353
```
5454

5555
- **Bower:**

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "exceptionless",
3-
"version": "1.6.2",
3+
"version": "1.6.3",
44
"description": "JavaScript client for Exceptionless",
55
"license": "Apache-2.0",
66
"main": "dist/exceptionless.js",

dist/exceptionless.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/exceptionless.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/exceptionless.node.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/exceptionless.universal.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/exceptionless.universal.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "exceptionless",
3-
"version": "1.6.2",
3+
"version": "1.6.3",
44
"description": "JavaScript client for Exceptionless",
55
"license": "Apache-2.0",
66
"browser": "dist/exceptionless.js",

0 commit comments

Comments
 (0)