mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2026-04-09 17:44:17 +00:00
Feat: support flags when using regexp
This commit is contained in:
parent
8a595f42df
commit
472c83c1ce
11 changed files with 52 additions and 10 deletions
|
|
@ -5,8 +5,8 @@
|
|||
"main": "lib/main.js",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"format": "prettier --write '**/*.ts'",
|
||||
"format-check": "prettier --check '**/*.ts'",
|
||||
"format": "prettier --write **/**.ts",
|
||||
"format-check": "prettier --check **/**.ts",
|
||||
"lint": "eslint src/**/*.ts",
|
||||
"package": "ncc build --source-map --license licenses.txt",
|
||||
"test": "jest --config ./jest.config.js",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue