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 c4654aa commit 62e67c9Copy full SHA for 62e67c9
package.json
@@ -25,7 +25,7 @@
25
"test:all": "yarn test && yarn test:functional"
26
},
27
"main": "build/index.js",
28
- "version": "3.0.0",
+ "version": "3.0.1",
29
"description": "private npm registry (Verdaccio) using gitlab-ce as authentication and authorization provider",
30
"keywords": [
31
"sinopia",
@@ -107,9 +107,16 @@
107
"@typescript-eslint/no-explicit-any": 0,
108
"@typescript-eslint/explicit-function-return-type": 0
109
110
- "ignorePatterns": ["build/", "node_modules/"]
+ "ignorePatterns": [
111
+ "build/",
112
+ "node_modules/"
113
+ ]
114
115
"babel": {
- "presets": [["@verdaccio"]]
116
+ "presets": [
117
+ [
118
+ "@verdaccio"
119
120
121
}
122
0 commit comments