Skip to content

Commit

Permalink
some files were ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
pomgui committed Sep 8, 2020
1 parent 77c4b9d commit 99546cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
node_modules
index.ts
lib
tsconfig.json
dist/spec
/lib
/tsconfig.json
*.map
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"strict": true
},
"include": ["**/*.ts"],
"exclude": ["node_modules", "dist", "**/*.spec.ts"]
"exclude": ["node_modules", "dist", "spec", "**/*.spec.ts"]
}

0 comments on commit 99546cc

Please sign in to comment.