Skip to content

Commit

Permalink
Fix browserify/webpack issues. 1.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tofumatt committed Aug 29, 2015
1 parent 1fd03e2 commit da84e05
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "localforage",
"version": "1.2.9",
"version": "1.2.10",
"dependencies": {
"then/promise": "5.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion dist/localforage.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
localForage -- Offline Storage, Improved
Version 1.2.9
Version 1.2.10
https://mozilla.github.io/localForage
(c) 2013-2015 Mozilla, Apache License 2.0
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/localforage.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/localforage.nopromises.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
localForage -- Offline Storage, Improved
Version 1.2.9
Version 1.2.10
https://mozilla.github.io/localForage
(c) 2013-2015 Mozilla, Apache License 2.0
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/localforage.nopromises.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"storage",
"websql"
],
"version": "1.2.9",
"version": "1.2.10",
"homepage": "https://github.com/mozilla/localForage",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion site/localforage.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit da84e05

Please sign in to comment.