Skip to content

Commit

Permalink
fix: Package contents
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed Apr 2, 2020
1 parent 342eccf commit c5479c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
**/*.test.ts
tsconfig.json
**/*.test.tsx
tsconfig.*
.env
.volumes/
yarn-error.log
.github/**
.github/
src/**
test/
coverage/
.dependabot/
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@
"publishConfig": {
"access": "public"
},
"files": [
"dist/links.jsx"
],
"scripts": {
"test": "jest --coverage",
"test:watch": "jest --watch",
Expand Down

0 comments on commit c5479c2

Please sign in to comment.