We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bfd36b commit 2c0e7e2Copy full SHA for 2c0e7e2
2 files changed
package.json
@@ -1,9 +1,9 @@
1
{
2
"name": "@hawapi/docs",
3
- "version": "1.3.0",
+ "version": "1.3.1",
4
"packageManager": "yarn@4.0.1",
5
"scripts": {
6
- "build": "retype build && node scripts/js/update-colors.mjs && node scripts/js/spring-requirements.mjs",
+ "build": "retype build && node scripts/js/update-colors.mjs",
7
"watch": "retype start",
8
"dev": "retype start",
9
"clean": "rm -rf ./build"
scripts/js/spring-requirements.mjs
0 commit comments