We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cfd14c commit 5cbd2ebCopy full SHA for 5cbd2eb
package.json
@@ -4,13 +4,16 @@
4
"description": "List of conventional commit types.",
5
"main": "index.json",
6
"scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1"
+ "test": "json -f index.json"
8
},
9
"keywords": [],
10
"author": "Anders D. Johnson <[email protected]> (https://andrz.me/)",
11
"license": "ISC",
12
"repository": {
13
"type": "git",
14
"url": "https://github.com/AndersDJohnson/conventional-commit-types.git"
15
+ },
16
+ "devDependencies": {
17
+ "json": "^9.0.4"
18
}
19
0 commit comments