Skip to content

Commit ee064f9

Browse files
committed
[RELEASE] v1.0.88
1 parent e391f11 commit ee064f9

File tree

2 files changed

+140
-140
lines changed

2 files changed

+140
-140
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@airthium/extract-json-from-string",
33
"description": "Extract JSON/javascript objects from strings",
4-
"version": "1.0.87",
4+
"version": "1.0.88",
55
"main": "dist/index.js",
66
"type": "module",
77
"scripts": {
88
"depcheck": "depcheck . --ignores=@swc/jest,@types/jest",
99
"prettier": "prettier -l '**/*.{js,ts,json,md}'",
10-
"test": "jest --coverage",
10+
"test": "jest --coverage --silent",
1111
"build": "swc lib -o dist/index.js"
1212
},
1313
"repository": {

0 commit comments

Comments
 (0)