Skip to content

Commit

Permalink
Merge pull request #224 from amida-tech/browserifyBugWorkaround
Browse files Browse the repository at this point in the history
Browserify bug workaround
  • Loading branch information
au2 committed Dec 14, 2014
2 parents 8936ae6 + 3c0e813 commit 233274f
Show file tree
Hide file tree
Showing 8 changed files with 15,276 additions and 1,679 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ module.exports = function (grunt) {
src: ['<%=pkg.main%>'],
dest: 'dist/<%=pkg.name%>.js',
options: {
alias: ["<%=pkg.main%>:<%=pkg.name%>"],
alias: [__dirname + "/index.js:<%=pkg.name%>"],
external: ["blue-button-xml", "blue-button-generate", "blue-button-cms"]
}
},
Expand Down
8 changes: 4 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blue-button",
"version": "1.3.0",
"version": "1.3.1",
"main": "dist/blue-button.js",
"license": "Apache-2.0",
"ignore": [
Expand All @@ -11,8 +11,8 @@
"!LICENSE"
],
"dependencies": {
"blue-button-xml": "~1.3.0",
"blue-button-generate": "~1.3.0",
"blue-button-cms": "~1.3.0"
"blue-button-xml": "~1.3.1",
"blue-button-generate": "~1.3.1",
"blue-button-cms": "~1.3.1"
}
}
8,502 changes: 7,650 additions & 852 deletions dist/blue-button.js

Large diffs are not rendered by default.

Loading

0 comments on commit 233274f

Please sign in to comment.