Skip to content

Commit 1c6120e

Browse files
authored
Merge pull request #26 from joshuajaco/fix-issue-24
Ignore workspaces without names
2 parents 302a28b + 6bdfa6a commit 1c6120e

File tree

2 files changed

+49
-24
lines changed

2 files changed

+49
-24
lines changed

package-lock.json

Lines changed: 48 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"test": "npm run lint && nyc mocha tests --recursive --file tests/setup.js"
3131
},
3232
"dependencies": {
33-
"find-workspaces": "^0.1.0"
33+
"find-workspaces": "^0.2.0"
3434
},
3535
"devDependencies": {
3636
"@babel/eslint-parser": "^7.19.1",

0 commit comments

Comments
 (0)