Skip to content

Commit

Permalink
Specified the default file for jspm.
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed Jun 3, 2015
1 parent de8b3e6 commit 8f2571f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.DS_Store
.idea
node_modules
jspm_packages
public
/dist/temp
/src/typings
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 8f2571f

Please sign in to comment.