Skip to content

Commit 245c4c8

Browse files
Add to .npmignore
1 parent 306a7ab commit 245c4c8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.npmignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
.circleci
2+
.nyc_output
3+
.vscode
24
coverage
35
src
6+
.gitignore
7+
.nycrc.json
8+
.prettierignore
9+
.prettierrc.json
10+
tsconfig.json
411
tslint.json
512
**/*spec

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
],
3030
"main": "build/arrayToTree.min.js",
3131
"types": "build/arrayToTree.d.ts",
32-
"author": "Philip Stanislaus <stanislaus.philip@gmail.com>",
32+
"author": "Philip Stanislaus <[email protected].com>",
3333
"repository": "philipstanislaus/performant-array-to-tree",
3434
"license": "MIT",
3535
"dependencies": {},

0 commit comments

Comments
 (0)