-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
19 lines (19 loc) · 852 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "carstenbach/distributor-remote-quickedit",
"version": "0.2.2",
"description": "Re-enable quickedit for distributed posts on the receiving site. This allows to make changes to the original post from the remote site.",
"license": "GPL-3.0-or-later",
"author": "Carsten Bach",
"repository": "carstingaxion/distributor-remote-quickedit",
"devDependencies": {
"@actions/github": "^2",
"replace-in-file": "^5",
"semver": "^7",
"version-bump-prompt": "^6.1.0"
},
"scripts": {
"bump:patch": "bump patch --commit 'Version %s.' distributor-remote-quickedit.php package.json readme.md",
"bump:minor": "bump minor --commit 'Version %s.' distributor-remote-quickedit.php package.json readme.md",
"bump:major": "bump major --commit 'Version %s.' distributor-remote-quickedit.php package.json readme.md"
}
}