Skip to content

Commit

Permalink
v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JB1905 committed Oct 21, 2018
1 parent 047cb38 commit 2cde237
Show file tree
Hide file tree
Showing 5 changed files with 81 additions and 71 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# menu-breaker.js Changelog

## 1.1.1 (2018-09-06)
## 1.1.1 / 1.1.2 (2018-09-06)
#### Documentation
- updated README.md

Expand Down
40 changes: 20 additions & 20 deletions lib/menu-breaker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/menu-breaker.js.map

Large diffs are not rendered by default.

100 changes: 55 additions & 45 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "menu-breaker",
"version": "1.1.1",
"version": "1.1.2",
"description": "Break HTML menu on resize",
"main": "lib/menu-breaker.min.js",
"scripts": {
Expand Down Expand Up @@ -37,11 +37,11 @@
"babel-plugin-add-module-exports": "^1.0.0",
"chai": "^4.2.0",
"gh-pages": "^2.0.1",
"jsdom": "12.1.0",
"jsdom": "12.2.0",
"jsdom-global": "^3.0.2",
"mocha": "^5.2.0",
"mock-local-storage": "^1.1.0",
"webpack": "^4.20.2",
"mock-local-storage": "^1.1.7",
"webpack": "^4.22.0",
"webpack-cli": "^3.1.2",
"yargs": "^12.0.2"
}
Expand Down

0 comments on commit 2cde237

Please sign in to comment.