Skip to content

Commit e0e96dc

Browse files
authored
chore: add name property to package.json (#135)
* chore: add `name` property to `package.json` * wip
1 parent 9723466 commit e0e96dc

File tree

5 files changed

+24
-16
lines changed

5 files changed

+24
-16
lines changed

examples/clang-format/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"private": true,
3+
"name": "examples-clang-format",
34
"version": "1.2.2",
45
"scripts": {
56
"formatted:c": "npx clang-format src/formatted.c",

package-lock.json

Lines changed: 20 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/integration-api-cjs/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"private": true,
3+
"name": "tests-integration-api-cjs",
34
"version": "1.2.2",
45
"type": "commonjs",
56
"scripts": {

tests/integration-api-esm/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"private": true,
3+
"name": "tests-integration-api-esm",
34
"version": "1.2.2",
45
"type": "module",
56
"scripts": {

tests/integration-binaries-permission/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"private": true,
3+
"name": "tests-integration-binaries-permission",
34
"version": "1.2.2",
45
"scripts": {
56
"test": "node --test"

0 commit comments

Comments
 (0)