File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,5 @@ script:
12
12
after_success :
13
13
- >-
14
14
test $TRAVIS_TAG &&
15
- node_modules/.bin/psc-publish > .pursuit.json &&
16
- curl -X POST http://pursuit.purescript.org/packages \
17
- -d @.pursuit.json \
18
- -H 'Accept: application/json' \
19
- -H "Authorization: token ${GITHUB_TOKEN}"
15
+ echo $GITHUB_TOKEN | pulp login &&
16
+ echo y | pulp publish --no-push
Original file line number Diff line number Diff line change 6
6
" purescript" ,
7
7
" ajax"
8
8
],
9
- "license" : " Apache 2.0" ,
9
+ "license" : " Apache- 2.0" ,
10
10
"repository" : {
11
11
"type" : " git" ,
12
12
"url" : " git://github.com/slamdata/purescript-affjax.git"
Original file line number Diff line number Diff line change 10
10
"express" : " ^4.13.1" ,
11
11
"jscs" : " ^2.8.0" ,
12
12
"jshint" : " ^2.9.1" ,
13
- "pulp" : " ^8.1 .0" ,
13
+ "pulp" : " ^8.2 .0" ,
14
14
"purescript" : " ^0.7.6" ,
15
15
"rimraf" : " ^2.5.2" ,
16
16
"xhr2" : " ^0.1.3"
You can’t perform that action at this time.
0 commit comments