Skip to content

Commit

Permalink
chore: adds repository to package.json from missing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoformiga committed Nov 28, 2023
1 parent dbb59ea commit b079ec4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"module": "dist/api.esm.js",
"repository": "vtex/faststore",
"files": [
"dist",
"src"
Expand Down
1 change: 1 addition & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@faststore/core",
"version": "2.2.35",
"license": "MIT",
"repository": "vtex/faststore",
"browserslist": "supports es6-module and not dead",
"exports": {
".": "./index.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "2.2.33",
"main": "index.js",
"license": "MIT",
"repository": "vtex/faststore",
"dependencies": {
"eslint": "7.32.0",
"eslint-config-next": "13.0.0",
Expand Down

0 comments on commit b079ec4

Please sign in to comment.