Skip to content

Commit

Permalink
Merge pull request #6 from ChainSafe/nh/remove-pkg-artifacts
Browse files Browse the repository at this point in the history
Remove package artifacts from publishing
  • Loading branch information
nazarhussain authored Oct 9, 2024
2 parents f56b228 + 1c92693 commit adb63f4
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 18 deletions.
10 changes: 0 additions & 10 deletions .npmignore

This file was deleted.

2 changes: 1 addition & 1 deletion npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/xdelta3-node-darwin-arm64",
"version": "1.0.0",
"version": "1.0.1",
"cpu": [
"arm64"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/xdelta3-node-darwin-x64",
"version": "1.0.0",
"version": "1.0.1",
"cpu": [
"x64"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/xdelta3-node-linux-arm64-gnu",
"version": "1.0.0",
"version": "1.0.1",
"cpu": [
"arm64"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/xdelta3-node-linux-arm64-musl",
"version": "1.0.0",
"version": "1.0.1",
"cpu": [
"arm64"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/xdelta3-node-linux-x64-gnu",
"version": "1.0.0",
"version": "1.0.1",
"cpu": [
"x64"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/xdelta3-node-linux-x64-musl",
"version": "1.0.0",
"version": "1.0.1",
"cpu": [
"x64"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/xdelta3-node-win32-x64-msvc",
"version": "1.0.0",
"version": "1.0.1",
"cpu": [
"x64"
],
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/xdelta3-node",
"version": "1.0.0",
"version": "1.0.1",
"type": "module",
"description": "A xdelta3 native binding for Nodejs",
"license": "Apache-2.0",
Expand All @@ -27,6 +27,10 @@
"engines": {
"node": ">= 10"
},
"files": [
"index.js",
"index.d.ts"
],
"dependencies": {},
"devDependencies": {
"@types/node": "^22.7.2",
Expand Down

0 comments on commit adb63f4

Please sign in to comment.