Skip to content

Commit 1a61157

Browse files
committed
Updated version number and dependencies
1 parent bc802ed commit 1a61157

File tree

7 files changed

+64
-59
lines changed

7 files changed

+64
-59
lines changed

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.1.1",
3+
"version": "1.2.0",
44
"description": "JavaScript client for Exceptionless",
55
"license": "Apache-2.0",
66
"main": "dist/exceptionless.js",

dist/exceptionless.js

Lines changed: 45 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/exceptionless.js.map

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.min.js.map

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.

package.json

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "exceptionless",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "JavaScript client for Exceptionless",
55
"license": "Apache-2.0",
66
"main": "dist/exceptionless.node.js",
@@ -21,28 +21,32 @@
2121
"tracking",
2222
"reporting"
2323
],
24+
"repository": {
25+
"type": "git",
26+
"url": "git://github.com/exceptionless/Exceptionless.JavaScript.git"
27+
},
2428
"devDependencies": {
25-
"bower": "1.6.3",
26-
"del": "2.0.2",
27-
"es5-shim": "4.1.15",
28-
"es6-shim": "0.33.6",
29+
"bower": "1.6.5",
30+
"del": "2.1.0",
31+
"es5-shim": "4.3.1",
32+
"es6-shim": "0.33.13",
2933
"gulp": "3.9.0",
3034
"gulp-concat": "2.6.0",
3135
"gulp-karma": "0.0.5",
3236
"gulp-replace": "0.5.4",
3337
"gulp-sourcemaps": "1.6.0",
34-
"gulp-tslint": "^3.3.1",
35-
"gulp-uglify": "1.4.2",
38+
"gulp-tslint": "3.6.0",
39+
"gulp-uglify": "1.5.1",
3640
"gulp-wrap-umd": "0.2.1",
3741
"jasmine-core": "2.3.4",
38-
"karma": "0.13.11",
42+
"karma": "0.13.15",
3943
"karma-cli": "0.1.1",
4044
"karma-jasmine": "0.3.6",
4145
"karma-phantomjs-launcher": "0.2.1",
4246
"phantomjs": "^1.9.18",
4347
"rimraf": "2.4.3",
44-
"tracekit": "0.3.0",
45-
"tsproject": "1.0.4",
48+
"tracekit": "0.3.1",
49+
"tsproject": "1.0.5",
4650
"typescript": "1.6.2"
4751
},
4852
"dependencies": {

0 commit comments

Comments
 (0)