Skip to content

Commit

Permalink
fix: fix wrong package name
Browse files Browse the repository at this point in the history
  • Loading branch information
oyyd committed Aug 11, 2022
1 parent 0e9e795 commit eb54f23
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## 0.2.4
fix: fix wrong package name

## 0.2.3
fix: fix missing .d.ts files

Expand Down
4 changes: 2 additions & 2 deletions npm/linux-arm-gnueabihf/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# `test-linux-arm-gnueabihf`
# `node-unix-socket-linux-arm-gnueabihf`

This is the **armv7-unknown-linux-gnueabihf** binary for `test`
This is the **armv7-unknown-linux-gnueabihf** binary for `node-unix-socket`
8 changes: 4 additions & 4 deletions npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "test-linux-arm-gnueabihf",
"name": "node-unix-socket-linux-arm-gnueabihf",
"version": "0.0.0",
"os": [
"linux"
],
"cpu": [
"arm"
],
"main": "test.linux-arm-gnueabihf.node",
"main": "node-unix-socket.linux-arm-gnueabihf.node",
"files": [
"test.linux-arm-gnueabihf.node"
"node-unix-socket.linux-arm-gnueabihf.node"
],
"license": "MIT",
"engines": {
"node": ">= 10"
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-unix-socket",
"version": "0.2.3",
"version": "0.2.4",
"main": "js/index.js",
"types": "js/index.d.ts",
"author": {
Expand Down

0 comments on commit eb54f23

Please sign in to comment.