Skip to content

Commit

Permalink
.npmignore: removed src/ folder to allow bundlers get source map sources
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurStam committed Sep 10, 2024
1 parent 19aded9 commit 5cfc3dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.idea/
node_modules/
src/
tsconfig.json
.eslintrc
.eslintignore
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twa-dev/sdk",
"version": "7.10.0",
"version": "7.10.1-beta.0",
"main": "dist/index.js",
"sideEffects": [
"./dist/telegram-web-apps.js"
Expand Down

0 comments on commit 5cfc3dc

Please sign in to comment.