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 bab40c4 commit 7ee7c75Copy full SHA for 7ee7c75
.github/dependabot.yml
@@ -5,7 +5,7 @@
5
6
version: 2
7
updates:
8
- - package-ecosystem: "npm" # See documentation for possible values
9
- directory: "/" # Location of package manifests
+ - package-ecosystem: 'npm' # See documentation for possible values
+ directory: '/' # Location of package manifests
10
schedule:
11
- interval: "weekly"
+ interval: 'weekly'
.prettierignore
@@ -1,3 +1,4 @@
1
dist
2
node_modules
3
package-lock.json
4
+__INTERNAL__
0 commit comments