-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 799 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "@_nu/html-validator",
"version": "0.0.9",
"description": "Semantic HTML liner in just pure CSS way.",
"main": "/css/level2.css",
"repository": "https://github.com/nu-system/html-validator.git",
"homepage": "https://nu-system.github.io/html/validator/",
"author": "ziven27@qq.com",
"publishConfig": {
"access": "public"
},
"license": "MIT",
"scripts": {
"log": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"commitizenInit": "commitizen init cz-conventional-changelog --yarn --dev --exact"
},
"devDependencies": {
"commitizen": "^4.0.3",
"conventional-changelog-cli": "^2.0.23",
"cz-conventional-changelog": "3.0.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}