Skip to content

Commit b8694b3

Browse files
committed
Merge pull request #72 from garyb/bower-license-update
Update bower license for pursuit & auto-publish
2 parents 620009b + 0b125ea commit b8694b3

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,5 @@ script:
1212
after_success:
1313
- >-
1414
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

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"purescript",
77
"ajax"
88
],
9-
"license": "Apache 2.0",
9+
"license": "Apache-2.0",
1010
"repository": {
1111
"type": "git",
1212
"url": "git://github.com/slamdata/purescript-affjax.git"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"express": "^4.13.1",
1111
"jscs": "^2.8.0",
1212
"jshint": "^2.9.1",
13-
"pulp": "^8.1.0",
13+
"pulp": "^8.2.0",
1414
"purescript": "^0.7.6",
1515
"rimraf": "^2.5.2",
1616
"xhr2": "^0.1.3"

0 commit comments

Comments
 (0)