Skip to content

Commit b018a13

Browse files
authored
chore: add missing version property to package.json (#133)
1 parent 40bd31f commit b018a13

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
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+
"version": "1.2.1",
34
"scripts": {
45
"formatted:c": "npx clang-format src/formatted.c",
56
"formatted:c:dry-run": "npx clang-format -Werror -n src/formatted.c",

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+
"version": "1.2.1",
34
"type": "commonjs",
45
"scripts": {
56
"test": "node --test"

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+
"version": "1.2.1",
34
"type": "module",
45
"scripts": {
56
"test": "node --test"

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+
"version": "1.2.1",
34
"scripts": {
45
"test": "node --test"
56
},

0 commit comments

Comments
 (0)