Skip to content

Commit

Permalink
bower.json: add dependency version requirements
Browse files Browse the repository at this point in the history
Dingus was rendering incorrectly with Bootstrap 4.
Now require Bootstrap, jQuery and Lodash with major
version equal to what's currently live. Likewise
the minimum patch version.
  • Loading branch information
vassudanagunta committed Mar 23, 2019
1 parent 562b867 commit 6118f59
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.2"
}
}

0 comments on commit 6118f59

Please sign in to comment.