We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 306a7ab commit 245c4c8Copy full SHA for 245c4c8
.npmignore
@@ -1,5 +1,12 @@
1
.circleci
2
+.nyc_output
3
+.vscode
4
coverage
5
src
6
+.gitignore
7
+.nycrc.json
8
+.prettierignore
9
+.prettierrc.json
10
+tsconfig.json
11
tslint.json
12
**/*spec
package.json
@@ -29,7 +29,7 @@
29
],
30
"main": "build/arrayToTree.min.js",
31
"types": "build/arrayToTree.d.ts",
32
- "author": "Philip Stanislaus <stanislaus.philip@gmail.com>",
+ "author": "Philip Stanislaus <[email protected].com>",
33
"repository": "philipstanislaus/performant-array-to-tree",
34
"license": "MIT",
35
"dependencies": {},
0 commit comments