Skip to content

Commit

Permalink
Fix installation via Yarn - issue #157 (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dretch authored and f-f committed Mar 30, 2019
1 parent a7d6445 commit 3117750
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
5 changes: 0 additions & 5 deletions npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
"type": "git",
"url": "https://github.com/spacchetti/spago.git"
},
"main": "index.js",
"files": [
"install.js",
"spago"
],
"scripts": {
"preinstall": "node ./install.js"
},
Expand Down
5 changes: 5 additions & 0 deletions npm/spago.exe
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -e

echo "This is a stub that will be replaced on install. \
It is needed to workaround https://github.com/yarnpkg/yarn/issues/3421"
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: spago
version: 0.7.4.0
version: 0.7.5.0
github: "spacchetti/spago"
license: BSD3
author: "Justin Woo, Fabrizio Ferrai"
Expand Down

0 comments on commit 3117750

Please sign in to comment.