Skip to content

Commit 2348df0

Browse files
authored
Merge pull request #18 from JakeSidSmith/npmignore
npmignore update
2 parents 3a9ba12 + 05ec64d commit 2348df0

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

.npmignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,14 @@
66

77
.DS_Store
88
npm-debug.log*
9+
10+
/assertions/*
11+
/.circleci/*
12+
.gitattributes
13+
.nvmrc
14+
.prettierignore
15+
.prettierrc.json
16+
tsconfig.dist.json
17+
tsconfig.excludes.json
18+
tsconfig.json
19+
tslint.json

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jakesidsmith/tsassert",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Check TypeScript types against assertion comments",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)