We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de8b3e6 commit 8f2571fCopy full SHA for 8f2571f
.gitignore
@@ -1,6 +1,7 @@
1
.DS_Store
2
.idea
3
node_modules
4
+jspm_packages
5
public
6
/dist/temp
7
/src/typings
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",
package.json
@@ -1,9 +1,12 @@
"main": "dist/exceptionless.node.js",
+ "jspm": {
8
+ "main": "dist/exceptionless.js"
9
+ },
10
"scripts": {
11
"prepublish": "tsd reinstall -s",
12
"start": "gulp",
0 commit comments