We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd35ce5 commit 3c09718Copy full SHA for 3c09718
npm/install.js
@@ -9,4 +9,4 @@ const version = "v0.1.1";
9
const platform = { win32: "windows", darwin: "osx" }[process.platform] || "linux";
10
const url = `https://github.com/csicar/purescript-doctest/releases/download/${version}/${platform}.tar.gz`
11
console.log(url)
12
-request.get(url).pipe(tar.x({C: './'}));
+request.get(url).pipe(tar.x({ C: './' }));
npm/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "purescript-doctest",
3
- "version": "0.1.5",
+ "version": "0.1.6",
4
"description": "Doctest for Purescript",
5
"scripts": {
6
"postinstall": "node ./install.js"
@@ -26,4 +26,4 @@
26
"request": "^2.88.0",
27
"tar": "^4.4.8"
28
}
29
-}
+}
0 commit comments