Skip to content

Commit

Permalink
chore(package.json): Add a package name
Browse files Browse the repository at this point in the history
Otherwise it will use the directory name in package-lock.json and that can obviously change between environments
  • Loading branch information
klarstrup committed Jun 5, 2024
1 parent 76cbf1f commit 7e04261
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "tjek-js-sdk",
"description": "Tjek SDK for JavaScript.",
"browserslist": "supports css-grid and supports beacon",
"main": "dist/shopgun-sdk/sgn-sdk.cjs.js",
Expand Down

0 comments on commit 7e04261

Please sign in to comment.