Skip to content

Commit 0521d90

Browse files
jessewashburndogi
andauthored
all: less README.md is more (fixes #9034) (#9091)
Co-authored-by: dogi <[email protected]>
1 parent d6271a6 commit 0521d90

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -169,13 +169,6 @@ Restart the app:
169169
ng serve
170170
`
171171
172-
### Mime.getType does not exist (Windows)
173-
Use Mime 3.0.0
174-
```
175-
176-
npm i @types/mime@3.0.0
177-
```
178-
179172
### Error on initial npm install
180173
181174
If your npm install fails on your first try, first check if you are using Node v14. Other versions of Node may throw errors when installing dependencies.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "planet",
33
"license": "AGPL-3.0",
4-
"version": "0.20.23",
4+
"version": "0.20.24",
55
"myplanet": {
6-
"latest": "v0.31.27",
7-
"min": "v0.30.27"
6+
"latest": "v0.31.38",
7+
"min": "v0.30.38"
88
},
99
"scripts": {
1010
"ng": "ng",

0 commit comments

Comments
 (0)