Skip to content

Commit 8f2571f

Browse files
committed
Specified the default file for jspm.
1 parent de8b3e6 commit 8f2571f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.DS_Store
22
.idea
33
node_modules
4+
jspm_packages
45
public
56
/dist/temp
67
/src/typings

Diff for: bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "exceptionless",
3-
"version": "0.5.0",
3+
"version": "0.5.2",
44
"description": "JavaScript client for Exceptionless",
55
"license": "Apache",
66
"main": "dist/exceptionless.js",

Diff for: package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
{
22
"name": "exceptionless",
3-
"version": "0.5.0",
3+
"version": "0.5.2",
44
"description": "JavaScript client for Exceptionless",
55
"license": "Apache",
66
"main": "dist/exceptionless.node.js",
7+
"jspm": {
8+
"main": "dist/exceptionless.js"
9+
},
710
"scripts": {
811
"prepublish": "tsd reinstall -s",
912
"start": "gulp",

0 commit comments

Comments
 (0)