Skip to content

Commit b5aa69f

Browse files
authored
Merge pull request #551 from mengqiy/fixlodash
pin lodash version
2 parents 7d26082 + 1b709ec commit b5aa69f

File tree

2 files changed

+19
-11
lines changed

2 files changed

+19
-11
lines changed

docs/book/package-lock.json renamed to docs/book/npm-shrinkwrap.json

Lines changed: 17 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/book/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@
55
"description": "**Note:** Impatient readers head straight to [Quick Start](quick_start.md).",
66
"main": "index.js",
77
"dependencies": {
8-
"gitbook-cli": "^2.3.2",
98
"cryptiles": "^4.1.2",
9+
"gitbook-cli": "^2.3.2",
1010
"gitbook-plugin-ga": "^1.0.1",
1111
"gitbook-plugin-panel": "^0.0.1",
1212
"gitbook-plugin-sequence-diagrams": "^1.1.0",
1313
"gitbook-plugin-theme-api": "^1.1.2",
14+
"lodash": "^4.17.11",
1415
"phantomjs-prebuilt": "^2.1.16"
1516
},
1617
"devDependencies": {},

0 commit comments

Comments
 (0)