Skip to content

Commit

Permalink
Update path-parse dependency
Browse files Browse the repository at this point in the history
Added to my package.json to force a patchlevel bump.

Also update CONTRIBUTING.md to list packages that we list as
devDependencies only for this purpose (version forcing).
  • Loading branch information
cxw42 committed Dec 11, 2021
1 parent 60ac074 commit 0673736
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 32 deletions.
17 changes: 17 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,20 @@ A good example is [this commit](https://github.com/cxw42/TabFern/commit/3ac0f274
`type: checkbox` or `type: text`). See [here](https://github.com/altryne/extensionizr/blob/a6ca3352b1d8b97fa4961209fd050ed7f8bd6e53/ext/src/options_custom/README.md)
for more documentation of the available options.
- Edit the values appropriately.

## Notes about dependencies

The following dev dependencies are listed in `package.json` but **not used**
directly by TF itself. They are listed to increase the minimum required
version satisfying an indirect dependency. If you add such a dependency to
`package.json`, please also add it here.

- acorn
- archiver
- fstream
- lodash
- minimist
- mixin-deep
- path-parse
- set-value
- tar
35 changes: 3 additions & 32 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"lodash.mergewith": "^4.6.2",
"minimist": "^1.2.2",
"mixin-deep": "^1.3.2",
"path-parse": "^1.0.7",
"replacer-brunch": "^1.1.1",
"replacestream": "^4.0.3",
"sass-brunch": "^2.10.8",
Expand Down

0 comments on commit 0673736

Please sign in to comment.