Skip to content

Commit f0f7901

Browse files
committed
Version 0.93.32
1 parent 0e175ad commit f0f7901

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

bin/spago.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: spago-bin
33
publish:
4-
version: 0.93.31
4+
version: 0.93.32
55
license: BSD-3-Clause
66
build:
77
strict: true

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spago",
3-
"version": "0.93.31",
3+
"version": "0.93.32",
44
"license": "BSD-3-Clause",
55
"description": "🍝 PureScript package manager and build tool",
66
"keywords": [
@@ -13,7 +13,7 @@
1313
"homepage": "https://github.com/purescript/spago",
1414
"repository": {
1515
"type": "git",
16-
"url": "https://github.com/purescript/spago.git"
16+
"url": "git+https://github.com/purescript/spago.git"
1717
},
1818
"author": "Fabrizio Ferrai",
1919
"type": "module",

spago.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: spago
33
publish:
4-
version: 0.93.31
4+
version: 0.93.32
55
license: BSD-3-Clause
66
location:
77
githubOwner: purescript

0 commit comments

Comments
 (0)