Skip to content

Commit

Permalink
Streamlined naming of samples
Browse files Browse the repository at this point in the history
  • Loading branch information
s1hofmann committed Feb 15, 2024
1 parent 74f1720 commit 71c92cb
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/jest-test/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "jest-test",
"name": "sample-jest",
"version": "2.0.0",
"private": true,
"description": "A simple nut.js test example which demos Jest integration",
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "typescript-sample",
"name": "sample-typescript",
"version": "2.0.0",
"private": true,
"description": "A simple nut.js test example which demos usage with TypeScript",
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion examples/window-test/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "window-tests",
"name": "sample-window",
"version": "2.0.0",
"description": "Integration tests to verify window handling",
"main": "main.js",
Expand Down

0 comments on commit 71c92cb

Please sign in to comment.