Skip to content

Commit

Permalink
Merge pull request #18 from JakeSidSmith/npmignore
Browse files Browse the repository at this point in the history
npmignore update
  • Loading branch information
JakeSidSmith authored Mar 8, 2020
2 parents 3a9ba12 + 05ec64d commit 2348df0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,14 @@

.DS_Store
npm-debug.log*

/assertions/*
/.circleci/*
.gitattributes
.nvmrc
.prettierignore
.prettierrc.json
tsconfig.dist.json
tsconfig.excludes.json
tsconfig.json
tslint.json
2 changes: 1 addition & 1 deletion 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.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jakesidsmith/tsassert",
"version": "0.3.0",
"version": "0.3.1",
"description": "Check TypeScript types against assertion comments",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 2348df0

Please sign in to comment.