Skip to content

Commit

Permalink
Merge pull request #31 from ConnorJamesLow/feature/remove-test-from-dist
Browse files Browse the repository at this point in the history
Remove test from dist
  • Loading branch information
ConnorJamesLow authored Feb 22, 2023
2 parents 00cdba5 + 4afa2b0 commit 0c9b71e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions package/.npmignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
src/
.git*
tsconfig.*
*.test.tsx
*.test.ts
*.test.*
test/
.mocharc.json
4 changes: 2 additions & 2 deletions package/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "texsaur",
"version": "0.6.2",
"version": "0.6.3",
"description": "",
"types": "./dist/index.d.ts",
"main": "dist/index.js",
Expand Down

0 comments on commit 0c9b71e

Please sign in to comment.