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 a458d11 commit 8b06730Copy full SHA for 8b06730
.gitignore
@@ -27,3 +27,8 @@ node_modules
27
# build artifact
28
test/bundle.js
29
.nyc_output
30
+
31
+# Only apps should have lockfiles
32
+npm-shrinkwrap.json
33
+package-lock.json
34
+yarn.lock
.npmrc
@@ -0,0 +1 @@
1
+package-lock=false
0 commit comments