Skip to content

Commit ff59b30

Browse files
committed
Removed tsconfig from build
1 parent 6f9a1a6 commit ff59b30

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ src
44
test
55
README.md
66
.gitignore
7-
.github
7+
.github
8+
tsconfig.json

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web-push-browser",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Minimal library for sending notifications via the browser Push API",
55
"main": "build/index.js",
66
"devDependencies": {

0 commit comments

Comments
 (0)