Skip to content

Commit 5307728

Browse files
0.10.0
1 parent 90ef0e4 commit 5307728

2 files changed

Lines changed: 3 additions & 8 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,24 @@
11
{
22
"name": "refa",
3-
"version": "0.9.1",
3+
"version": "0.10.0",
44
"description": "A library for finite automata and regular expressions in the context of JS RegExp",
55
"main": "index",
66
"scripts": {
77
"check": "npm run lint && npm run check:dependencies && npx tsc --noEmit && cd tests && npx tsc --noEmit && cd ../scripts && npx tsc --noEmit",
88
"check:dependencies": "npx depcruise --validate .dependency-cruiser.js src",
99
"lint": "npx eslint --ignore-path .gitignore **/*.ts",
10-
1110
"test": "cd tests && mocha -r ts-node/register '**/*.ts'",
1211
"test:all": "npm run test -- --reporter=dot --run-transformers --run-stress-test",
1312
"test:update": "npm run test -- --update --run-transformers",
14-
1513
"build": "npx rimraf ./index.* .out/** && npx tsc && rollup -c && npm run build:dts",
1614
"build:dts": "dts-bundle --main ./.out/index.d.ts --name refa --out ../index.d.ts && npm run scripts:flat-dts && prettier --write ./index.d.ts",
1715
"build:docs": "typedoc --treatWarningsAsErrors",
18-
1916
"coverage": "npx nyc --reporter=html --reporter=text npm run test",
20-
2117
"scripts:create-case-folding": "npx ts-node --project scripts/tsconfig.json scripts/create-case-folding.ts",
2218
"scripts:create-unicode": "npx ts-node --project scripts/tsconfig.json scripts/create-unicode.ts",
2319
"scripts:debug": "npx ts-node --project scripts/tsconfig.json scripts/debug.ts",
2420
"scripts:flat-dts": "npx ts-node --project scripts/tsconfig.json scripts/flat-dts.ts",
2521
"scripts:perf": "npx ts-node --project scripts/tsconfig.json scripts/perf.ts",
26-
2722
"prepublishOnly": "npm run build"
2823
},
2924
"keywords": [

0 commit comments

Comments
 (0)