Skip to content

Commit

Permalink
fix: Fixed package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
TriPSs committed Jul 7, 2022
1 parent a6d14cb commit 97cbfd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/query-mongoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "__tests__"
},
"files": [
"dist/src/**"
"src/**"
],
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/query-sequelize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ptc-org/nestjs-query-sequelize",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "Sequelize adapter for @ptc-org/nestjs-query-core",
"author": "doug-martin <doug@dougamartin.com>",
"homepage": "https://github.com/tripss/nestjs-query#readme",
Expand All @@ -12,7 +12,7 @@
"test": "__tests__"
},
"files": [
"dist/src/**"
"src/**"
],
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 97cbfd2

Please sign in to comment.