Skip to content

Commit 1266cb2

Browse files
committed
0.1.1
1 parent 5303a33 commit 1266cb2

6 files changed

Lines changed: 15 additions & 15 deletions

File tree

npm/darwin-arm64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zap./darwin-arm64",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Apple silicon binaries for the zap package manager",
55
"main": "index.js",
66
"scripts": {
@@ -28,4 +28,4 @@
2828
"files": [
2929
"bin"
3030
]
31-
}
31+
}

npm/darwin-x64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zap./darwin-x64",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Mac binaries for the zap package manager",
55
"main": "index.js",
66
"scripts": {
@@ -28,4 +28,4 @@
2828
"files": [
2929
"bin"
3030
]
31-
}
31+
}

npm/linux-x64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zap./linux-x64",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Linux binaries for the zap package manager",
55
"main": "index.js",
66
"scripts": {
@@ -28,4 +28,4 @@
2828
"files": [
2929
"bin"
3030
]
31-
}
31+
}

npm/win32-x64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zap./win32-x64",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Windows binaries for the zap package manager",
55
"main": "index.js",
66
"scripts": {
@@ -25,4 +25,4 @@
2525
"cpu": [
2626
"x64"
2727
]
28-
}
28+
}

npm/zap/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zap./zap",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Zap is a package manager for the Javascript language",
55
"main": "index.js",
66
"repository": {
@@ -23,9 +23,9 @@
2323
"zap": "bin/zap"
2424
},
2525
"optionalDependencies": {
26-
"@zap./darwin-arm64": "0.1.0",
27-
"@zap./darwin-x64": "0.1.0",
28-
"@zap./linux-x64": "0.1.0",
29-
"@zap./win32-x64": "0.1.0"
26+
"@zap./darwin-arm64": "0.1.1",
27+
"@zap./darwin-x64": "0.1.1",
28+
"@zap./linux-x64": "0.1.1",
29+
"@zap./win32-x64": "0.1.1"
3030
}
31-
}
31+
}

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: zap
2-
version: 0.1.0
2+
version: 0.1.1
33

44
authors:
55
- Julien Elbaz <elbywan@hotmail.com>

0 commit comments

Comments
 (0)