Skip to content

Commit 8a5bcb1

Browse files
authored
Merge pull request #23 from dnsking/patch-1
Fixed template reference
2 parents 0c6b029 + f0d2e70 commit 8a5bcb1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/upgrades/1.0.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,10 @@ Move these dependencies from devDependencies to dependencies:
8888
Make sure any renative versions referenced in your `renative.json` are updated to `1.0.0` as well.
8989

9090
```json
91-
"templates": {
92-
"@rnv/template-starter": {
93-
"version": "1.0.0"
94-
}
95-
},
91+
"templateConfig": {
92+
"name": "@rnv/template-starter",
93+
"version": "1.0.0"
94+
},
9695
```
9796
After the update first thing you should do is to include a reference to JSON schema provided by ReNative at the top of your renative.json file:
9897
```json

0 commit comments

Comments
 (0)