Skip to content

Commit e8300ef

Browse files
committed
remove unnecessary files from npm package
1 parent 3c9b997 commit e8300ef

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.npmignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ index.ts
66
package-lock.json
77
yarn.lock
88
tsconfig.json
9+
tsconfig.build.json
910
.prettierrc
1011
docs
1112
website
@@ -18,4 +19,5 @@ website
1819
renovate.json
1920
.prettierignore
2021
.prettierrc
21-
publish.sh
22+
publish.sh
23+
jest.config.js

index.d.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require('ts-node/register');
1+
jest.config.jsrequire('ts-node/register');
22

33
module.exports = {
44
'moduleFileExtensions': [

0 commit comments

Comments
 (0)