Skip to content

Commit

Permalink
chore: metadata cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed May 31, 2021
1 parent 61a5a00 commit 4aab937
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 18,538 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ dist
yarn.lock
shrinkwrap.yaml
test/__app
package-lock.json
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

> Typescript compiler using chokidar vs native Fs events.
[![appveyor-image]][appveyor-url] [![gh-workflow-image]][gh-workflow-url] [![typescript-image]][typescript-url] [![npm-image]][npm-url] [![license-image]][license-url] [![synk-image]][synk-url]
[![gh-workflow-image]][gh-workflow-url] [![typescript-image]][typescript-url] [![npm-image]][npm-url] [![license-image]][license-url] [![synk-image]][synk-url]

This module uses the compiler API of typescript to work as replacement for `tsc` and `tsc --watch` and uses [chokidar](https://github.com/paulmillr/chokidar) for watching file changes.

Expand Down Expand Up @@ -325,9 +325,6 @@ To achieve the defined behavior, we maintain a reference tree of all the source

Reference tree for `node_modules` is not maintained. So, if you update a package, you will have to re-start the compiler.

[appveyor-image]: https://img.shields.io/appveyor/ci/thetutlage/chokidar-ts/master.svg?style=for-the-badge&logo=appveyor
[appveyor-url]: https://ci.appveyor.com/project/thetutlage/chokidar-ts 'appveyor'

[gh-workflow-image]: https://img.shields.io/github/workflow/status/poppinss/chokidar-ts/test?style=for-the-badge
[gh-workflow-url]: https://github.com/poppinss/chokidar-ts/actions/workflows/test.yml "Github action"

Expand Down
3 changes: 2 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"probotApps": [
"stale",
"lock"
]
],
"runGhActionsOnWindows": true
}
156 changes: 0 additions & 156 deletions npm-audit.html

This file was deleted.

Loading

0 comments on commit 4aab937

Please sign in to comment.