Skip to content

Commit 221c68b

Browse files
committed
Fix nothing being included when publishing.
1 parent 6790e3c commit 221c68b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"test": "npm-run-all buildClean buildLintFix buildSrcTypeScript buildTestsTypeScript buildJasmine"
4444
},
4545
"files": [
46-
"src/**/index.js",
47-
"src/**/index.d.ts"
46+
"src/**/*.js",
47+
"src/**/*.d.ts"
4848
],
4949
"main": "src/index.js",
5050
"types": "src/index.d.ts",

0 commit comments

Comments
 (0)