-
-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
32 lines (32 loc) · 945 Bytes
/
package.json
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
28
29
30
31
32
{
"name": "custom-post-type-permalinks",
"version": "3.5.3",
"description": "Custom Post Type Permalinks allow you edit the permalink structure of custom post type.",
"private": true,
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/torounit/custom-post-type-permalinks.git"
},
"author": "",
"license": "GPL-2.0+",
"bugs": {
"url": "https://github.com/torounit/custom-post-type-permalinks/issues"
},
"homepage": "https://github.com/torounit/custom-post-type-permalinks#readme",
"release-it": {
"hooks": {
"before:bump": "bash ./bin/create-release.sh custom-post-type-permalinks ${version}",
"after:bump": "bash ./bin/create-zip.sh custom-post-type-permalinks",
"after:release": "bash ./bin/cleanup.sh custom-post-type-permalinks"
},
"github": {
"release": true
},
"npm": {
"publish": false
}
}
}