Skip to content

Commit

Permalink
chore: add name property to package.json (#135)
Browse files Browse the repository at this point in the history
* chore: add `name` property to `package.json`

* wip
  • Loading branch information
lumirlumir authored Dec 4, 2024
1 parent 9723466 commit e0e96dc
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 16 deletions.
1 change: 1 addition & 0 deletions examples/clang-format/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"private": true,
"name": "examples-clang-format",
"version": "1.2.2",
"scripts": {
"formatted:c": "npx clang-format src/formatted.c",
Expand Down
36 changes: 20 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions tests/integration-api-cjs/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"private": true,
"name": "tests-integration-api-cjs",
"version": "1.2.2",
"type": "commonjs",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions tests/integration-api-esm/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"private": true,
"name": "tests-integration-api-esm",
"version": "1.2.2",
"type": "module",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions tests/integration-binaries-permission/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"private": true,
"name": "tests-integration-binaries-permission",
"version": "1.2.2",
"scripts": {
"test": "node --test"
Expand Down

0 comments on commit e0e96dc

Please sign in to comment.