forked from johnbillion/query-monitor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
23 lines (23 loc) · 910 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
{
"name": "query-monitor",
"version": "3.10.1",
"description": "The Developer Tools panel for WordPress.",
"license": "GPL-2.0-or-later",
"private": true,
"author": "John Blackbourn",
"repository": "johnbillion/query-monitor",
"devDependencies": {
"@actions/github": "^2",
"replace-in-file": "^5",
"sass": "^1",
"semver": "^7",
"version-bump-prompt": "^6.1.0"
},
"scripts": {
"bump:patch": "bump patch --commit 'Version %s.' query-monitor.php package.json readme.txt wp-content/db.php",
"bump:minor": "bump minor --commit 'Version %s.' query-monitor.php package.json readme.txt wp-content/db.php",
"bump:major": "bump major --commit 'Version %s.' query-monitor.php package.json readme.txt wp-content/db.php",
"build": "sass --no-source-map assets/query-monitor.scss assets/query-monitor.css",
"watch": "sass --watch --poll assets/query-monitor.scss assets/query-monitor.css"
}
}