Skip to content

Commit 1902687

Browse files
committed
Minor corrections.
1 parent bf2c560 commit 1902687

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [v5.1.1](https://github.com/neonexus/sails-react-bootstrap-webpack/compare/v5.1.0...v5.1.1) (2024-01-06)
4+
### Features
5+
6+
* Minor corrections.
7+
38
## [v5.1.0](https://github.com/neonexus/sails-react-bootstrap-webpack/compare/v5.0.0...v5.1.0) (2024-01-06)
49
### Features
510

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ A virtual start-up in a box!
1717

1818
```shell
1919
npx drfg neonexus/sails-react-bootstrap-webpack my-new-site
20+
cd my-new-site
2021
npm run setup
2122
npm run start OR npm run ngrok
2223
```

assets/src/Admin/Login.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ class Login extends Component {
141141
<Form.Text id="adminHelpBlock" muted>
142142
If you need to create your first admin user, run this in your terminal:
143143
<br />
144-
<code>sails run create-admin</code>
144+
<code>npm run create:admin</code>
145145
</Form.Text>
146146
</Row>
147147
</Form>

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sails-react-bootstrap-webpack",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"description": "An opinionated, starter application built on Sails, React, Bootstrap and Webpack. A start-up in a box!",
55
"keywords": [
66
"sails",

0 commit comments

Comments
 (0)