Skip to content

Commit

Permalink
dingus: add dependency version requirements (#159)
Browse files Browse the repository at this point in the history
* dingus: add dependency version requirements

Dingus was rendering incorrectly with Bootstrap 4. Added a bower.json
which requires Bootstrap, jQuery and Lodash with major version equal
to what's currently live. Likewise the minimum patch version.

* dingus: require lodash ^4.17.11.
  • Loading branch information
vassudanagunta authored and jgm committed Mar 25, 2019
1 parent 4ae0732 commit a7eb3af
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions dingus/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
!dingus.js
!index.html
!preview.html
!bower.json
!Makefile
10 changes: 10 additions & 0 deletions dingus/bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "commonmark-dingus",
"description": "CommonMark dingus",
"private": true,
"dependencies": {
"bootstrap": "^3.3.7",
"jquery": "^3.1.1",
"lodash": "^4.17.11"
}
}

0 comments on commit a7eb3af

Please sign in to comment.