File tree Expand file tree Collapse file tree 7 files changed +20
-211
lines changed Expand file tree Collapse file tree 7 files changed +20
-211
lines changed Original file line number Diff line number Diff line change 11language : node_js
2- sudo : false
32node_js :
4- - 0.12
3+ - 5
54install :
6- - npm install bower gulp -g
5+ - npm install bower -g
76 - npm install
8- - bower install --production
97script :
10- - gulp make
11- - bower install
12- - gulp test
8+ - npm test
9+ after_success :
10+ - >-
11+ test $TRAVIS_TAG &&
12+ ./node_modules/.bin/psc-publish > .pursuit.json &&
13+ curl -X POST http://pursuit.purescript.org/packages \
14+ -d @.pursuit.json \
15+ -H 'Accept: application/json' \
16+ -H "Authorization: token ${GITHUB_TOKEN}"
Original file line number Diff line number Diff line change 1313bower install purescript-argonaut-codecs
1414```
1515
16- ## Documentation
17-
18- - [ Data.Argonaut.Encode] ( docs/Data/Argonaut/Encode.md )
19- - [ Data.Argonaut.Decode] ( docs/Data/Argonaut/Decode.md )
20- - [ Data.Argonaut.Combinators] ( docs/Data/Argonaut/Combinators.md )
16+ Module documentation is [ published on Pursuit] ( http://pursuit.purescript.org/packages/purescript-argonaut-codecs ) .
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11{
2- "name " : " purescript-argonaut-codecs " ,
3- "description " : " Codecs for purescript-argonaut library " ,
4- "license " : " MIT " ,
5- "dependencies " : {
6- "gulp" : " ^3.9.0 " ,
7- "gulp-purescript " : " ^0.7.0 " ,
8- "gulp-run " : " ^1.6.8 " ,
9- "purescript" : " ^0.7.6-rc.1 "
2+ "private " : true ,
3+ "scripts " : {
4+ "postinstall " : " pulp dep install " ,
5+ "test " : " pulp test "
6+ } ,
7+ "devDependencies " : {
8+ "pulp " : " ^6.0.0 " ,
9+ "purescript" : " ^0.7.6"
1010 }
1111}
You can’t perform that action at this time.
0 commit comments