Skip to content

Commit

Permalink
Merge pull request yuanchuan#115 from Krinkle/patch-2
Browse files Browse the repository at this point in the history
Exclude test directory from npm package
  • Loading branch information
yuanchuan authored Sep 19, 2021
2 parents c69294f + 93445d1 commit 23d0884
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
"author": "yuanchuan <[email protected]> (http://yuanchuan.name)",
"main": "./lib/watch",
"types": "./lib/watch.d.ts",
"files": [
"lib/"
],
"homepage": "https://github.com/yuanchuan/node-watch#readme",
"scripts": {
"test": "mocha test/test.js --exit --slow 500"
Expand Down

0 comments on commit 23d0884

Please sign in to comment.