Skip to content

Commit

Permalink
chore(package): Bring back @feathersjs/adapter-tests and @feathersjs/…
Browse files Browse the repository at this point in the history
…adapter-commons (#2145)
  • Loading branch information
daffl committed Dec 5, 2020
1 parent 2a2bbf7 commit 9c0c45e
Show file tree
Hide file tree
Showing 42 changed files with 3,342 additions and 106 deletions.
3 changes: 2 additions & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ plugins:
enabled: true
config:
count_threshold: 3
exclude_patterns:
exclude_patterns:
- "**/test/*"
- "**/adapter-tests/*"
- "**/dist/*"
- "**/*.dist.js"
- "**/templates/*"
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ dist/
.mocha-puppeteer

# TypeScript compiled files
packages/adapter-commons/lib
packages/adapter-tests/lib
packages/authentication/lib
packages/authentication-local/lib
packages/authentication-client/lib
Expand Down
128 changes: 73 additions & 55 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9c0c45e

Please sign in to comment.