diff --git a/.gitignore b/.gitignore index 6803c8e8..51212420 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ .DS_Store .idea node_modules +jspm_packages public /dist/temp /src/typings diff --git a/bower.json b/bower.json index e1743ac7..a6fb6ab2 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "exceptionless", - "version": "0.5.0", + "version": "0.5.2", "description": "JavaScript client for Exceptionless", "license": "Apache", "main": "dist/exceptionless.js", diff --git a/package.json b/package.json index 10515416..5a332b8b 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,12 @@ { "name": "exceptionless", - "version": "0.5.0", + "version": "0.5.2", "description": "JavaScript client for Exceptionless", "license": "Apache", "main": "dist/exceptionless.node.js", + "jspm": { + "main": "dist/exceptionless.js" + }, "scripts": { "prepublish": "tsd reinstall -s", "start": "gulp",