Skip to content

Commit 2a0c95a

Browse files
authored
Fixed template reference
1 parent d599f4c commit 2a0c95a

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)