Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"test": "jest",
"tsc": "tsc",
"eslint": "eslint",
"build-ts-declerations": "tsc -p tsconfig.build.json --emitDeclarationOnly --noEmit false --declaration --isolatedModules false",
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where did it go?

"lint": "eslint src --ext .ts && tsc --noEmit"
},
"repository": {
Expand Down Expand Up @@ -69,4 +68,4 @@
"dist",
"README.md"
]
}
}