Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit 74b4c97

Browse files
Re-add deployment keys for travis and update package.json file for new repo
1 parent 91e092d commit 74b4c97

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

.travis.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,13 @@ node_js:
55
- '0.12'
66
branches:
77
only:
8-
- master
8+
- master
9+
deploy:
10+
skip_cleanup: true
11+
provider: npm
12+
13+
on:
14+
node: '6'
15+
branch: master
16+
api_key:
17+
secure: qTQ7g2adD5v20vIy3HkWHDWeHObjiLoKImsmjPyZnM2NCQvJTYMQ/gUyWabns+4iSnaJTN3kRCSkKCI9NL6pdiH4+mr1oRMqwZhGlq9KIgznyhHqsiTw/MR7bSXeIcWFHO1061yfUQxwpxXfwmHH7WPAd2j5rH1kghDe62gK6nnP2QQge1yhfPD477b8DHCKvqP6Dj0Gxg7vjUazKxX0e/hgcJuGJOqOt1QVkLjhfsEsNmESeiqjKsEDl71/w49Sh+hshYdclCE2Sx3Hf5ST1/Vb6KcRAwHWHGaJN4+nk9xpjtZLFW2gdEntLTrLS/nIlGlIXiKJU4p91VR7EktOb7V7gi8pZRt1mVnZFXM02RFcnRqc7R4zLap8GT+BwhpamPYcXoaMZj0w2xhJvTYXu9xKl2wuNM/mS2VcFtv/IuFnp1Q3xoWALuaNlIAVJe93M2YMQy+kg8H6ZtqfGURGthB400LO/bKr08SZtLUIKKVzv/oy9jpXjEMaYJS/RjmOhKc9ZhgivKtqHrL313xQnJvumztVBQhmZyrFWmcFkLAQ1sKRzQIVzT80KSUISQ7H3RJCZlpSkdDvyuz230y9DuyAcw0lFjetBKGwYjOoovKEOxQlHiTzlCU2QFVDmvjt2KiWMgXkmjHeZOI7YPwW7FjjUdEO0GVg8KV0AXqT2FU=

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "google-closure-compiler",
3-
"version": "20161024.2.0",
3+
"version": "20161024.3.0",
44
"description": "Check, compile, optimize and compress Javascript with Closure-Compiler",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/chadkillingsworth/closure-compiler-npm.git"
7+
"url": "https://github.com/google/closure-compiler-npm.git"
88
},
99
"keywords": [
1010
"javascript",

0 commit comments

Comments
 (0)