Skip to content

Commit 45369e9

Browse files
authored
Fix travis npm deploy (#132)
* fix npm deploy prepare 3.0.2 * yay proofreading!
1 parent e1dd4bc commit 45369e9

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ deploy:
66
provider: npm
77
on:
88
tags: true
9-
repo: parse-server-modules/parse-server-push-adapter
9+
repo: parse-community/parse-server-push-adapter
1010
api_key:
1111
secure: VBk+o3Si1MAe8KJ8qSveEsvKU/g4byTs6IO3og5FZSCNFLsn2HaIn12KFE/YTGbygTv1wusOf4qnKG/ag0VNaVaSZ7gIddYVCPw94k0M4Ig3r+FkUR+zHvx5VEWg3YVUSvC+j5lLUqcHXo4r0vbPWNLNcGjKcOsbSEC61T4juskkEC9lTmRaOCRBcZtI5DZ4iLzc+YqFToRL7YWm8i9MY9mB4oLcg/GO460wGuB5hKHPEsruy4dbYIezaUtxqpikZ1spQzzqSUrFFJLQoEcJdTraLBi1rRVb4P7kUErtq0ZUzBdqwAbwz+iowfyYWAONQqK45t1lD6x4vG2M4ps4UW7eMsRkFZakPafGZwIg24LIsHIH3V4qkcP0gc/AiKKXEluql/9bdcwDvBmy5439xSaid46QzcyPjrn7qTxjmwDlBJ1vPuJpADuUCDBc2H9KWOjpHNYPcOEInysjelXadzRFQqR51rOEK/nlYZEeUQLPGvNbntP+r0qcVNXyoDCvxDiq/aQdgJgdG0te5Smd/9cOwDOZxK9Z8lGJ1pWldJ0Da6YgdrJ9ui04GQdNlTb2vyFOsd6YIOgwQIWoSXFdOtkmDf+ozkEmDdu1p4ReezmBK7DIhBJ1X18HkaiNrZcc956UDYYsoI4fY+dwrS8bWzMg9GgjXcA/ldQh6hhdUXg=
1212
email:

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22

33
### master
44

5-
[Full Changelog](https://github.com/parse-server-modules/parse-server-push-adapter/compare/3.0.1...master)
5+
[Full Changelog](https://github.com/parse-server-modules/parse-server-push-adapter/compare/3.0.2...master)
66

7+
## [3.0.2](https://github.com/parse-server-modules/parse-server-push-adapter/tree/3.0.2) (2019-07-12)
8+
[Full Changelog](https://github.com/parse-server-modules/parse-server-push-adapter/compare/3.0.1...3.0.2)
9+
Update Travis to deploy the correct repo to npm
710

811
## [3.0.1](https://github.com/parse-server-modules/parse-server-push-adapter/tree/3.0.1) (2019-07-11)
912
[Full Changelog](https://github.com/parse-server-modules/parse-server-push-adapter/compare/v2.0.3...3.0.1)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@parse/push-adapter",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Base parse-server-push-adapter",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)