Skip to content

Commit

Permalink
fix: watcher close (#6)
Browse files Browse the repository at this point in the history
* fix: watcher close

* chore: remove package-lock.json

* chore: manage sutdownWatcher

* docs: fix doc comment
  • Loading branch information
deleonio authored Apr 8, 2021
1 parent 6546d34 commit 78576da
Show file tree
Hide file tree
Showing 4 changed files with 2,288 additions and 2,617 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ typings/
# Optional REPL history
.node_repl_history

# We use pnpm instead of npm in this project.
package-lock.json

# Output of 'npm pack'
*.tgz

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"@windicss/plugin-utils": "^0.11.4",
"chokidar": "^3.5.1",
"deasync": "^0.1.21",
"debug": "^4.3.2"
"debug": "^4.3.2",
"exit-hook": "^2.2.1"
},
"peerDependencies": {
"postcss": "^8.0.0"
Expand Down
Loading

0 comments on commit 78576da

Please sign in to comment.