Skip to content

Commit 17057d6

Browse files
committed
chore: update package version
1 parent 858865a commit 17057d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-json-serializer",
3-
"version": "4.3.0",
3+
"version": "5.0.0",
44
"description": "Typescript library to serialize classes into json and deserialize json into classes.",
55
"source": "src/index.ts",
66
"main": "dist/index.cjs.js",
@@ -12,7 +12,7 @@
1212
"lint": "eslint . --ext .ts --fix",
1313
"lint:ci": "eslint . --ext .ts",
1414
"prebuild": "rimraf dist",
15-
"test": "jest",
15+
"test": "jest --verbose",
1616
"test:ci": "jest --coverage"
1717
},
1818
"repository": {

0 commit comments

Comments
 (0)