We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 858865a commit 17057d6Copy full SHA for 17057d6
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "typescript-json-serializer",
3
- "version": "4.3.0",
+ "version": "5.0.0",
4
"description": "Typescript library to serialize classes into json and deserialize json into classes.",
5
"source": "src/index.ts",
6
"main": "dist/index.cjs.js",
@@ -12,7 +12,7 @@
12
"lint": "eslint . --ext .ts --fix",
13
"lint:ci": "eslint . --ext .ts",
14
"prebuild": "rimraf dist",
15
- "test": "jest",
+ "test": "jest --verbose",
16
"test:ci": "jest --coverage"
17
},
18
"repository": {
0 commit comments