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 37315ca commit 0aa299cCopy full SHA for 0aa299c
.gitignore
@@ -12,7 +12,6 @@ lerna-debug.log
12
.tool-versions
13
.nx
14
examples/**/package-lock.json
15
-examples/**/.npmrc
16
.env
17
.cursorindexingignore
18
.specstory
.npmrc
@@ -1,2 +1,3 @@
1
engine-strict = true
2
-@contentful:registry=https://registry.npmjs.org
+@contentful:registry=https://registry.npmjs.org
3
+ignore-scripts=true
0 commit comments