We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc57e81 commit 81b71d8Copy full SHA for 81b71d8
1 file changed
package.json
@@ -4,14 +4,17 @@
4
"description": "A simple object validator for tiny schemas",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
7
- "files": ["/dist"],
+ "files": [
8
+ "/dist"
9
+ ],
10
"scripts": {
11
"test": "jest --runInBand --verbose --passWithNoTests",
12
"tdd": "yarn test --watch",
13
"test:ci": "jest --runInBand --verbose --coverage",
14
"build": "tsc",
15
"prepublishOnly": "yarn build",
- "prepare": "husky install"
16
+ "prepare": "husky install",
17
+ "bump:patch": "npm version patch"
18
},
19
"repository": {
20
"type": "git",
0 commit comments