Skip to content

Commit

Permalink
Fixing errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbvz committed Jul 17, 2023
1 parent 328f018 commit f2d9aeb
Show file tree
Hide file tree
Showing 10 changed files with 2,133 additions and 2 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
**/extensions/typescript-language-features/test-workspace/**
**/extensions/typescript-language-features/extension.webpack.config.js
**/extensions/typescript-language-features/extension-browser.webpack.config.js
**/extensions/typescript-language-features/package-manager/node-maintainer/**
**/extensions/vscode-api-tests/testWorkspace/**
**/extensions/vscode-api-tests/testWorkspace2/**
**/fixtures/**
Expand Down
2 changes: 1 addition & 1 deletion build/filters.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ module.exports.indentationFilter = [
'!test/smoke/out/**',
'!extensions/typescript-language-features/test-workspace/**',
'!extensions/typescript-language-features/resources/walkthroughs/**',
'!extensions/typescript-language-features/node-maintainer/**',
'!extensions/typescript-language-features/package-manager/node-maintainer/**',
'!extensions/markdown-math/notebook-out/**',
'!extensions/ipynb/notebook-out/**',
'!extensions/vscode-api-tests/testWorkspace/**',
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# `node-maintainer`

An NPM dependency resolver for building `node_modules/` trees and
extracting them to their final resting place.

## Orogene

This package is part of [Orogene](https://orogene.dev), a package manager for
`node_modules/`.

## Contributing

For contributing guidelines, please see the [main orogenee
repository](https://github.com/orogene/orogene).

## License

For licensing information, please check [the LICENSE file in the Orogene
repository](https://github.com/orogene/orogene/blob/main/LICENSE).
Loading

0 comments on commit f2d9aeb

Please sign in to comment.