Skip to content

Commit 64a053b

Browse files
author
Genki Katsutani
committed
Merge branch 'develop'
2 parents 82f8fa0 + 3624610 commit 64a053b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "getup",
3-
"version": "9.0.2",
3+
"version": "9.0.3",
44
"description": "Frontend boilerplate",
55
"author": "nibushibu",
66
"scripts": {
@@ -9,7 +9,7 @@
99
"css-develop": "postcss src/css/main.css --config postcss.config.js --output dist/css/main.css --map",
1010
"css": "npm run css-develop",
1111
"html-format": "prettier 'dist/**/*.html' --ignore-path --write",
12-
"html-from-riot": "node --loader @riotjs/register node_scripts/html.mjs",
12+
"html-from-riot": "node --loader @riotjs/register scripts/html.mjs",
1313
"html": "run-s html-from-riot html-format",
1414
"js-build": "esbuild src/js/main.js --bundle --minify --outfile=dist/js/main.js",
1515
"js": "esbuild src/js/main.js --bundle --sourcemap --outfile=dist/js/main.js",
File renamed without changes.

0 commit comments

Comments
 (0)