Skip to content

Commit

Permalink
Merge pull request #1526 from realityking/smaller-package
Browse files Browse the repository at this point in the history
Smaller package
  • Loading branch information
epoberezkin authored Apr 2, 2021
2 parents 4b9c05e + 145a4cf commit 4dbce43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"files": [
"lib/",
"dist/",
"scripts/",
".tonic_example.js"
],
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"types": ["node"],
"allowJs": true,
"target": "ES2018",
"resolveJsonModule": true
"resolveJsonModule": true,
"sourceMap": false
}
}

0 comments on commit 4dbce43

Please sign in to comment.