Skip to content

Commit cf1354e

Browse files
authored
Merge pull request #152 from ember-learn/fix-raise-on-deprecation
Set `RAISE_ON_DEPRECATION` properly
2 parents 8229d1b + 1396265 commit cf1354e

File tree

4 files changed

+1699
-1447
lines changed

4 files changed

+1699
-1447
lines changed

.local.dic

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ RunDOC
2626
source-readibility
2727
Splattributes
2828
swappable
29+
syntaxes
2930
triple-backtick
3031
unstyled
3132
untracked

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"postbuild": "yarn lint:md:dist"
6767
},
6868
"volta": {
69-
"node": "12.8.1",
70-
"yarn": "1.17.3"
69+
"node": "12.18.3",
70+
"yarn": "1.22.4"
7171
}
7272
}

src/markdown/tutorial/part-1/01-orientation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ del package.json
8484
```
8585

8686
```run:file:patch hidden=true cwd=super-rentals filename=config/environment.js
87-
@@ -22,2 +22,3 @@
88-
// when it is created
87+
@@ -9,2 +9,3 @@
88+
EmberENV: {
8989
+ RAISE_ON_DEPRECATION: true,
90-
}
90+
FEATURES: {
9191
```
9292
9393
```run:file:create hidden=true cwd=super-rentals filename=public/_redirects

0 commit comments

Comments
 (0)