typesafe-exception
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "typesafe-exception", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Type-safe serialization-friendly Exception class", | ||
"main": "out/main/index.js", | ||
"types": "out/main/index.d.ts", | ||
"files": [ | ||
@@ -14,4 +15,10 @@ "out/main/**/*" | ||
"lint": "eslint --ext=.js,.ts,.vue --cache .", | ||
"test": "NODE_ENV=test mocha" | ||
"test": "NODE_ENV=test mocha", | ||
"preversion": "npm run lint", | ||
"version": "npm run compile", | ||
"postversion": "npm publish --access=public" | ||
}, | ||
"pre-commit": [ | ||
"lint" | ||
], | ||
"repository": { | ||
@@ -35,4 +42,5 @@ "type": "git", | ||
"mocha": "^9.0.2", | ||
"pre-commit": "^1.2.2", | ||
"typescript": "^4.3.5" | ||
} | ||
} |
3691
7