Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Update collapsible menu to not show script tags
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Nov 30, 2016
1 parent 08e2b0c commit d871295
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion book.json
Expand Up @@ -3,7 +3,7 @@
"website": "styles/website.css"
},
"plugins": [

"feathers-collapsible-menu",
"heading-anchors",
"edit-link",
"ga",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -32,12 +32,12 @@
"release:patch": "npm version patch && npm run publish",
"release:minor": "npm version minor && npm run publish",
"release:major": "npm version major && npm run publish",
"test": "echo \"Error: no test specified.\""
"test": "echo \"Error: no test specified.\""
},
"directories": {},
"dependencies": {
"gitbook-plugin-collapsible-menu": "^1.0.2",
"gitbook-plugin-edit-link": "^2.0.2",
"gitbook-plugin-feathers-collapsible-menu": "^1.0.2",
"gitbook-plugin-ga": "^1.0.1",
"gitbook-plugin-heading-anchors": "^1.0.3",
"gitbook-plugin-versions": "^2.1.3"
Expand Down

0 comments on commit d871295

Please sign in to comment.