Skip to content

Commit eb54f23

Browse files
committed
fix: fix wrong package name
1 parent 0e9e795 commit eb54f23

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
## 0.2.4
4+
fix: fix wrong package name
5+
36
## 0.2.3
47
fix: fix missing .d.ts files
58

npm/linux-arm-gnueabihf/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# `test-linux-arm-gnueabihf`
1+
# `node-unix-socket-linux-arm-gnueabihf`
22

3-
This is the **armv7-unknown-linux-gnueabihf** binary for `test`
3+
This is the **armv7-unknown-linux-gnueabihf** binary for `node-unix-socket`

npm/linux-arm-gnueabihf/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"name": "test-linux-arm-gnueabihf",
2+
"name": "node-unix-socket-linux-arm-gnueabihf",
33
"version": "0.0.0",
44
"os": [
55
"linux"
66
],
77
"cpu": [
88
"arm"
99
],
10-
"main": "test.linux-arm-gnueabihf.node",
10+
"main": "node-unix-socket.linux-arm-gnueabihf.node",
1111
"files": [
12-
"test.linux-arm-gnueabihf.node"
12+
"node-unix-socket.linux-arm-gnueabihf.node"
1313
],
1414
"license": "MIT",
1515
"engines": {
1616
"node": ">= 10"
1717
}
18-
}
18+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-unix-socket",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"main": "js/index.js",
55
"types": "js/index.d.ts",
66
"author": {

0 commit comments

Comments
 (0)