Browse code
style: Rename "prerelease" script to "build:meta"
... | ... |
@@ -1,6 +1,7 @@ |
1 | 1 |
{ |
2 | 2 |
"private": true, |
3 | 3 |
"name": "amber-helper", |
4 |
+ "version": "0.1.0", |
|
4 | 5 |
"description": "Bring the Unix philosophy to the browser.", |
5 | 6 |
"license": "GPL-3.0", |
6 | 7 |
"author": "Payson Wallach <payson@paysonwallach.com>", |
... | ... |
@@ -12,13 +13,12 @@ |
12 | 13 |
"bugs": { |
13 | 14 |
"url": "https://github.com/paysonwallach/amber-helper/issues" |
14 | 15 |
}, |
15 |
- "version": "0.1.0", |
|
16 | 16 |
"scripts": { |
17 |
+ "build:meta": "scrivano", |
|
17 | 18 |
"format": "run-p format:*", |
18 | 19 |
"format:js": "prettier --write .", |
19 | 20 |
"format:package.json": "prettier-package-json --write", |
20 | 21 |
"format:vala": "find src/ -name '*.vala' -exec uncrustify -c uncrustify.cfg --replace {} \\;", |
21 |
- "prerelease": "scrivano", |
|
22 | 22 |
"release": "standard-version" |
23 | 23 |
}, |
24 | 24 |
"devDependencies": { |
... | ... |
@@ -50,7 +50,7 @@ |
50 | 50 |
}, |
51 | 51 |
"standard-version": { |
52 | 52 |
"scripts": { |
53 |
- "precommit": "npm run prerelease" |
|
53 |
+ "precommit": "npm run build:meta" |
|
54 | 54 |
} |
55 | 55 |
} |
56 | 56 |
} |