Skip to content

Commit

Permalink
Merge pull request #1162 from ProjectMirador/remove-quotes-from-bower…
Browse files Browse the repository at this point in the history
….json-private-field

Remove quotes - I am doing this because it is 22:40 and I want this to be available for rails integration. It is a very small change with no code-related side effects.
  • Loading branch information
aeschylus committed Oct 29, 2016
2 parents 2c666c1 + 20dd143 commit 3ea08ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"IIIF"
],
"license": "Apache 2",
"private": "false",
"private": false,
"ignore": [
"**/.*",
"node_modules",
Expand Down

0 comments on commit 3ea08ea

Please sign in to comment.