Skip to content

Commit c9f7a46

Browse files
committed
chore: add .netlify/state.json
1 parent ce2de62 commit c9f7a46

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,5 @@ Temporary Items
148148

149149
# End of https://www.toptal.com/developers/gitignore/api/osx,node
150150

151-
.netlify
151+
demo/.netlify/functions
152+
demo/.netlify/functions-serve

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ If you'd like to install this plugin at a fixed version, install it via your pac
2929

3030
```bash
3131
yarn add @netlify/plugin-angular-universal
32-
npm install --save @netlify/plugin-angular-universal
32+
npm install @netlify/plugin-angular-universal
3333
```
3434

3535
Read more about [file-based plugin installation](https://docs.netlify.com/configure-builds/build-plugins/#file-based-installation)

demo/.netlify/state.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"siteId": "0dae6390-88f8-402c-b054-3cf77541cacf"
3+
}

0 commit comments

Comments
 (0)