Skip to content

Commit

Permalink
tools: use shrinkwrap instead of package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
refack committed Dec 2, 2017
1 parent 9fb390a commit ddde670
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ deps/npm/node_modules/.bin/
/SHASUMS*.txt*

# test artifacts
package-lock.json
tools/faketime
tools/remark-cli/node_modules
tools/remark-preset-lint-node/node_modules
Expand Down
27 changes: 27 additions & 0 deletions tools/doc/node_modules/js-yaml/package.json

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

6 changes: 6 additions & 0 deletions tools/doc/package-lock.json → tools/doc/npm-shrinkwrap.json

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

9 changes: 5 additions & 4 deletions tools/doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@
"node": ">=6"
},
"dependencies": {
"js-yaml": "3.10.0",
"marked": "^0.3.5"
},
"devDependencies": {
"js-yaml": "^3.5.2"
},
"optionalDependencies": {},
"bundledDependencies": [
"js-yaml",
"marked"
],
"bin": "./generate.js"
}
File renamed without changes.

0 comments on commit ddde670

Please sign in to comment.