updating bower

pull/1/head
Joseph Finlayson 10 years ago
parent a53e785495
commit 19a5a7acca

@ -1,7 +1,7 @@
{ {
"name": "js-md2", "name": "js-md2",
"version": "0.2.0", "version": "0.2.1",
"main": ["build/md2.min.js"], "main": ["src/md2.js"],
"ignore": [ "ignore": [
"samples", "samples",
"tests" "tests"

@ -3,6 +3,8 @@
* https://github.com/emn178/js-md2 * https://github.com/emn178/js-md2
* *
* Copyright 2014-2015, emn178@gmail.com * Copyright 2014-2015, emn178@gmail.com
* Copyright 2015, joseph.finlayson@gmail.com
* *
* Licensed under the MIT license: * Licensed under the MIT license:
* http://www.opensource.org/licenses/MIT * http://www.opensource.org/licenses/MIT
@ -158,7 +160,8 @@
define("md2", [], function () { define("md2", [], function () {
return md2; return md2;
}); });
} else if (root) { }
else if (root) {
root.md2 = md2; root.md2 = md2;
} }

Loading…
Cancel
Save