File tree Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rocicorp/zero-sqlite3" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " better-sqlite3 on bedrock" ,
5
5
"homepage" : " https://github.com/rocicorp/zero-sqlite3" ,
6
6
"author" : " Rocicorp" ,
10
10
},
11
11
"main" : " lib/index.js" ,
12
12
"bin" : {
13
- "zero-sqlite3" : " ./shell.sh "
13
+ "zero-sqlite3" : " ./shell.ps1 "
14
14
},
15
15
"files" : [
16
16
" binding.gyp" ,
Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env sh
2
+ echo --% > /dev/null; : ' | out-null
3
+ <#'
4
+
5
+
6
+ #
7
+ # sh part
8
+ #
9
+ " $( dirname " $( readlink -f " ${BASH_SOURCE[0]} " ) " ) /build/Release/zero_sqlite3"
10
+ # end bash part
11
+
12
+ exit # >
13
+
14
+
15
+ #
16
+ # powershell part
17
+ #
18
+ $scriptDir = (Get-Item -Path $MyInvocation .MyCommand.Definition).DirectoryName
19
+ & (Join-Path $scriptDir " build" " Release" " zero_sqlite3.exe" )
20
+
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments