Skip to content

Commit 3c09718

Browse files
committed
Update
1 parent fd35ce5 commit 3c09718

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

npm/install.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ const version = "v0.1.1";
99
const platform = { win32: "windows", darwin: "osx" }[process.platform] || "linux";
1010
const url = `https://github.com/csicar/purescript-doctest/releases/download/${version}/${platform}.tar.gz`
1111
console.log(url)
12-
request.get(url).pipe(tar.x({C: './'}));
12+
request.get(url).pipe(tar.x({ C: './' }));

npm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "purescript-doctest",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Doctest for Purescript",
55
"scripts": {
66
"postinstall": "node ./install.js"
@@ -26,4 +26,4 @@
2626
"request": "^2.88.0",
2727
"tar": "^4.4.8"
2828
}
29-
}
29+
}

0 commit comments

Comments
 (0)