Skip to content

Commit be6244d

Browse files
committed
feat: BREAKING CHANGE renamed to @isomorphic-git/cors-proxy
1 parent 23cbf6a commit be6244d

File tree

3 files changed

+21
-16
lines changed

3 files changed

+21
-16
lines changed

.travis.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
language: node_js
2-
node_js: 6
3-
deploy:
4-
provider: npm
5-
6-
on:
7-
skip_cleanup: true
8-
tags: true
9-
branch: master
10-
repo: wmhilton/cors-buster
11-
api_key:
12-
secure: wmpWktkFsteJX09NzS+OiyPh/J8l2x3vxKjq/R3BjKR5z35PVWgl9jpn6Im1uPbDocmiLwlv1z57RqDfV/y5P+zdbKKN4kXgVOWBaZ4ja8vTqhztksHfp2TQGyH27yb3U9u1tbyHLkrwoQicxShRnTUwMPN15uiBo6zrNuoFnpPBhNquF7YgYLuN2NDLufGXrTrMH4i9ESBMC3gXN3NmBbyiiFArnR9Tqayth5X6xjpIbmuBwZDkHJO6ml5OtcetQDV74DlwaMDUIiaxKDai7CqKeI8PugyK5Lj4ZI2A1w88ed8jSPdmPJimbpYdohjyVc04Sot2/SR3evGEtoz1wNv/ysKQ1FEFjbStyFckBgVyQD9pFLugeBswlOeWduTS3KY9Kwt6WD+7NsHLkrFa/8iG+Q7/0KmOdEyiaNI+3Qgn4dDMJ9aNc9aPdXbDw9bxQJYLPDLBuSPX6ppOHzjMn6vAsvL972g6Ed3ln8Pb2xNk8qg5+vjsxjnwbmz6dgfHvRjEqejUsQvYLqilm5cDfIg/Bl+dNxDH3xKSwKsKJm6Ecg6T3VIBXL44PTnfWHqEOeYZCb06HU3Cmwnx05CbkvFE22e2Th3wB5PpozPq3mRukDruNQWxRO2SwyH4E9iEWKrW9GqHfTandlhq7JIGukNsl7+YcuzNOK61hkS73YA=
2+
cache:
3+
directories:
4+
- ~/.npm
5+
notifications:
6+
email: false
7+
node_js:
8+
- '8'
9+
after_success:
10+
- npm run travis-deploy-once "npm run semantic-release"
11+
branches:
12+
except:
13+
- /^v\d+\.\d+\.\d+$/

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: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
{
22
"name": "@isomorphic-git/cors-proxy",
3-
"version": "2.0.2",
3+
"version": "0.0.0-development",
44
"description": "Proxy clone and push requests for the browser",
55
"main": "index.js",
66
"scripts": {
77
"start": "cross-env micro --listen=tcp://0.0.0.0:$PORT",
8-
"dev": "micro-dev"
8+
"dev": "micro-dev",
9+
"travis-deploy-once": "travis-deploy-once --pro",
10+
"semantic-release": "semantic-release"
911
},
1012
"keywords": [],
1113
"author": "William Hilton <[email protected]>",
1214
"license": "MIT",
1315
"repository": {
1416
"type": "git",
15-
"url": "git://github.com/isomorphic-git/cors-proxy.git"
17+
"url": "https://github.com/isomorphic-git/cors-proxy.git"
1618
},
1719
"dependencies": {
1820
"cross-env": "^5.1.4",
@@ -23,6 +25,8 @@
2325
"public": true
2426
},
2527
"devDependencies": {
26-
"micro-dev": "^2.2.2"
28+
"micro-dev": "^2.2.2",
29+
"travis-deploy-once": "^5.0.1",
30+
"semantic-release": "^15.6.3"
2731
}
2832
}

0 commit comments

Comments
 (0)