Skip to content

Commit 62e67c9

Browse files
v3.0.1
1 parent c4654aa commit 62e67c9

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"test:all": "yarn test && yarn test:functional"
2626
},
2727
"main": "build/index.js",
28-
"version": "3.0.0",
28+
"version": "3.0.1",
2929
"description": "private npm registry (Verdaccio) using gitlab-ce as authentication and authorization provider",
3030
"keywords": [
3131
"sinopia",
@@ -107,9 +107,16 @@
107107
"@typescript-eslint/no-explicit-any": 0,
108108
"@typescript-eslint/explicit-function-return-type": 0
109109
},
110-
"ignorePatterns": ["build/", "node_modules/"]
110+
"ignorePatterns": [
111+
"build/",
112+
"node_modules/"
113+
]
111114
},
112115
"babel": {
113-
"presets": [["@verdaccio"]]
116+
"presets": [
117+
[
118+
"@verdaccio"
119+
]
120+
]
114121
}
115122
}

0 commit comments

Comments
 (0)