Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
searls committed Sep 21, 2014
1 parent 5c98fb3 commit 27ad6f2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jasmine-fixture",
"version": "1.2.0",
"version": "1.2.1",
"main": "dist/jasmine-fixture.js",
"ignore": [
"app",
Expand Down
4 changes: 2 additions & 2 deletions dist/jasmine-fixture.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* jasmine-fixture - 1.2.0
/* jasmine-fixture - 1.2.1
* Makes injecting HTML snippets into the DOM easy & clean!
* https://github.com/searls/jasmine-fixture
*/
Expand Down Expand Up @@ -416,7 +416,7 @@
regReference = /(@[\w$_][\w$_\d]+)/i;
regAttrDfn = /(\[([\w-!]+(="?([^"]|\\")+"?)? {0,})+\])/ig;
regAttrs = /([\w-!]+(="([^"]|\\")+")?)/g;
regAttr = /([\w-!]+)(="?((([\w]+\[.*?\])|[^"\]]|\\")+)"?)?/i;
regAttr = /([\w-!]+)(="?((([\w]+(\[.*?\])+)|[^"\]]|\\")+)"?)?/i;
regCBrace = /\{(([^\}]|\\\})+)\}/i;
regExclamation = /(?:([^\\]|^))!([^!]|\\!)+!/g;
regEvents = /\~[\w$]+(=[\w$]+)?/g;
Expand Down
4 changes: 2 additions & 2 deletions dist/jasmine-fixture.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
@@ -1,7 +1,7 @@
{
"name": "jasmine-fixture",
"description": "Makes injecting HTML snippets into the DOM easy & clean!",
"version": "1.2.0",
"version": "1.2.1",
"keywords": [
"jasmine",
"bdd"
Expand Down

0 comments on commit 27ad6f2

Please sign in to comment.