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 f435d25 commit 527451eCopy full SHA for 527451e
.travis.yml
@@ -17,8 +17,5 @@ script:
17
after_success:
18
- >-
19
test $TRAVIS_TAG &&
20
- psc-publish > .pursuit.json &&
21
- curl -X POST http://pursuit.purescript.org/packages \
22
- -d @.pursuit.json \
23
- -H 'Accept: application/json' \
24
- -H "Authorization: token ${GITHUB_TOKEN}"
+ echo $GITHUB_TOKEN | pulp login &&
+ echo y | pulp publish --no-push
bower.json
@@ -1,7 +1,7 @@
1
{
2
"name": "purescript-partial",
3
"homepage": "https://github.com/purescript/purescript-partial",
4
- "description": "Mutable value references",
+ "description": "Utilities for working with partial functions",
5
"license": "MIT",
6
"repository": {
7
"type": "git",
0 commit comments