File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ Require Node.js `>23.5` or as latest as you possibly can.
145145
146146 See the [Development](#development) section.
147147
148- 1. Bump the `version` field. e.g. from `1.2.0` to `1.3.0`.
148+ 1. Edit `package.json`, and bump the `version` field. e.g. from `1.2.0` to `1.3.0`.
149149
1501501. Build the CSS.
151151 ```
@@ -154,7 +154,7 @@ Require Node.js `>23.5` or as latest as you possibly can.
154154
1551551. Test the CSS and the HTML, by copy-pasting the content of `dist/test.css` and `dist/content.html` to your itch.io profile page.
156156
157- 1. If everything's fine and ready, edit `package.json`, and publish your updates.
157+ 1. If everything's fine and ready, and publish your updates.
158158 ```
159159 npm run publish
160160 ```
You can’t perform that action at this time.
0 commit comments