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 9761588 commit a30b935Copy full SHA for a30b935
.gitignore
@@ -3,6 +3,7 @@ node_modules
3
4
# npm
5
npm-debug.log
6
+package-lock.json
7
8
# build output
9
build
.npmignore
@@ -6,6 +6,7 @@ node_modules
10
11
# build config
12
esdoc.json
@@ -22,4 +23,4 @@ build
22
23
# etc
24
benchmark
25
tmp
-ReleaseHowTo.md
26
+ReleaseHowTo.md
0 commit comments