Skip to content

Commit

Permalink
fix(packaging): Updated package.json and bumped deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelkaron committed Oct 12, 2016
1 parent 8ee14b0 commit 8e5b6fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"dependencies": {
"jquery": "^3.1.0",
"mu-jquery-wire": "^5.0.1"
"mu-jquery-wire": "^5.0.3"
},
"devDependencies": {
"qunit": "^2.0.1"
Expand Down
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,14 @@
},
"homepage": "https://github.com/mu-lib/mu-jquery-crank#readme",
"dependencies": {
"jquery": "^3.1.0",
"mu-jquery-wire": "^5.0.1"
"mu-jquery-wire": "^5.0.3"
},
"peerDependencies": {
"jquery": "^3.1.0"
},
"devDependencies": {
"qunit": "^2.0.1",
"qunitjs": "^2.0.1",
"jquery": "^3.1.0",
"standard-version": "^2.4.0"
}
}

0 comments on commit 8e5b6fd

Please sign in to comment.