Skip to content

Commit 5be6b8a

Browse files
committed
Add files
1 parent 6dadd0d commit 5be6b8a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
],
1010
"main": "dist/index.js",
1111
"types": "dist/index.d.ts",
12+
"files": [
13+
"dist/**/*",
14+
"src/**/*",
15+
"tsconfig.json",
16+
"README.md",
17+
"package.json"
18+
],
1219
"module": "dist/index.js",
1320
"source": "src/index.ts",
1421
"repository": "https://github.com/neurocode-io/azure-sas-token",

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"lib": ["WebWorker", "ESNext"],
66
"moduleResolution": "node",
77
"esModuleInterop": true,
8-
"sourceMap": true,
98
"noUnusedLocals": true,
109
"noUnusedParameters": true,
1110
"noFallthroughCasesInSwitch": true,

0 commit comments

Comments
 (0)