Skip to content

Commit 8629153

Browse files
authored
chore: update package lock files and normalize EOF newlines (#204)
- Remove Microsoft.NET.ILLink.Tasks from package lock files - Clean up unused platform-specific runtime dependencies - Update Morphir.Core version reference to 1.0.0 - Add POSIX-compliant EOF newlines to documentation and config files These changes reflect dependency graph updates after recent trimming fixes and standard text file formatting normalization. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
1 parent 43dd0d8 commit 8629153

File tree

14 files changed

+13
-65
lines changed

14 files changed

+13
-65
lines changed

docs/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ node_modules/
1212
.DS_Store
1313
Thumbs.db
1414

15+

docs/DEPLOYMENT.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,4 @@ If you're having issues building locally:
6262
3. Verify Go and Node.js are installed
6363
4. Check that you're in the `docs/` directory when running commands
6464

65+

docs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,4 @@ The output will be in the `public/` directory.
5252

5353
The site is automatically deployed to GitHub Pages via GitHub Actions when changes are pushed to the `main` branch.
5454

55+

docs/archetypes/default.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ draft: false
55
weight: 10
66
---
77

8+

docs/content/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,4 @@ morphir run <wasm-plugin-path>
4848
- [GitHub Repository](https://github.com/finos/morphir-dotnet)
4949
- [Contributing Guide](/contributing/)
5050

51+

docs/content/guides/ir-modeling.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,4 @@ var addFunction = new ValueExpr.Lambda(
7070
```
7171

7272

73+

docs/content/guides/serialization.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,4 @@ Assert.Equal(original, deserialized);
6868
```
6969

7070

71+

docs/content/guides/testing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,4 @@ public void Should_Roundtrip_With_Morphir_Elm()
8585
5. **Coverage**: Maintain >= 80% code coverage
8686

8787

88+

docs/package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@ echo ""
4242
echo "To build the site, run:"
4343
echo " hugo --minify"
4444

45+

0 commit comments

Comments
 (0)