Skip to content

Commit

Permalink
Add to .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
philipstanislaus committed Feb 2, 2021
1 parent 306a7ab commit 245c4c8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
.circleci
.nyc_output
.vscode
coverage
src
.gitignore
.nycrc.json
.prettierignore
.prettierrc.json
tsconfig.json
tslint.json
**/*spec
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
],
"main": "build/arrayToTree.min.js",
"types": "build/arrayToTree.d.ts",
"author": "Philip Stanislaus <stanislaus.philip@gmail.com>",
"author": "Philip Stanislaus <[email protected].com>",
"repository": "philipstanislaus/performant-array-to-tree",
"license": "MIT",
"dependencies": {},
Expand Down

0 comments on commit 245c4c8

Please sign in to comment.