Skip to content

Commit

Permalink
fix(npm): ignore tests directory in all sub-repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
alekitto committed Jul 31, 2024
1 parent dc2897b commit 43012bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ coverage
node_modules
.npm
package-lock.json
test/
/test/
tests.js
fixtures
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"node": ">=12.0.0"
},
"dependencies": {
"@jymfony/autoloader": "https://github.com/jymfony/autoloader.git",
"@jymfony/contracts": "https://github.com/jymfony/contracts.git",
"@jymfony/exceptions": "https://github.com/jymfony/exceptions.git",
"@jymfony/util": "https://github.com/jymfony/util.git"
"@jymfony/autoloader": "git+https://github.com/jymfony/autoloader.git",
"@jymfony/contracts": "git+https://github.com/jymfony/contracts.git",
"@jymfony/exceptions": "git+https://github.com/jymfony/exceptions.git",
"@jymfony/util": "git+https://github.com/jymfony/util.git"
},
"devDependencies": {
"@jymfony/debug": "https://github.com/jymfony/debug.git",
"@jymfony/testing": "https://github.com/jymfony/testing.git",
"@jymfony/debug": "git+https://github.com/jymfony/debug.git",
"@jymfony/testing": "git+https://github.com/jymfony/testing.git",
"chai": "^4.2",
"mocha": "^10.2"
},
Expand Down

0 comments on commit 43012bd

Please sign in to comment.