mirror of
https://github.com/rowtype-yoga/purescript-unique.git
synced 2024-11-22 22:14:13 +03:00
Use pursuit for docs
This commit is contained in:
parent
c323b61cd8
commit
de695190c6
@ -14,3 +14,11 @@ install:
|
||||
script:
|
||||
- npm run build
|
||||
- npm run test
|
||||
after_success:
|
||||
- >-
|
||||
test $TRAVIS_TAG &&
|
||||
psc-publish > .pursuit.json &&
|
||||
curl -X POST http://pursuit.purescript.org/packages \
|
||||
-d @.pursuit.json \
|
||||
-H 'Accept: application/json' \
|
||||
-H "Authorization: token ${GITHUB_TOKEN}"
|
||||
|
@ -1,6 +1,8 @@
|
||||
purescript-unique [![Build Status](https://travis-ci.org/mechairoi/purescript-unique.svg?branch=master)](https://travis-ci.org/mechairoi/purescript-unique)
|
||||
===
|
||||
# purescript-unique
|
||||
|
||||
[![Build Status](https://travis-ci.org/mechairoi/purescript-unique.svg?branch=master)](https://travis-ci.org/mechairoi/purescript-unique)
|
||||
|
||||
Data.Unique for PureScript.
|
||||
|
||||
## Documentations
|
||||
- [Data.Unique](docs/Data/Unique.md)
|
||||
- [purescript-unique on Pursuit](https://pursuit.purescript.org/packages/purescript-unique)
|
||||
|
Loading…
Reference in New Issue
Block a user