Skip to content
This repository was archived by the owner on Mar 7, 2019. It is now read-only.

Commit 1e706f3

Browse files
Repo got renamed, update refs
1 parent 75a9ea1 commit 1e706f3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ deploy:
1515
secure: Yp3Z+KMXec72BAY4IAWFa4JgdK38lkbo5WOrFVZTPwh1MKxXT7oYEMSRS7TDGrYclSUhhFXxY8uwQGTLyykp8Tpph+8LUjTBwkb6R/+Gmrur6OAPUhMG0NqsEQFXS6YRvZzgomv5S4Mdivf7oTx7I3UiaY+J8JADXiQzabyr0i45srGshlKri8aDXEmBimk963BQm+4iSO9AdWIkAfKUAzhZP2at4RxHe7XLsiewjo0216Ww2wKbetf6gPWm1bfDPnbZWHnQLQvKdLgZZ1E7KMKEOfF1QdlTiwkbfWOHIAhkbLTmBmbDOcnEm3BSkODYKlj+h0E1lN9E2RaahyIcvdQYGR82iXTCjv4+kQwMGmOhCuAqvV+6FNHD7gSmAsPwmQZdNFkvE2KTvH84ziEI80x3hYGj0ZIGzTEgFafUiSoATh3bwmgkZvAkSIcvGx9t9H5nMRkIy+YrzaqwSVl6SuM2DdVl+ECn5hgZVoYSG/F/6xnxgo1aSHjgFQkxqwQWySmWn37SHD9Kh1uXdL81BwPlE64TDQR0/nZT0BKTaGGnq7s/txBBoxkZvbpESeI1tdRtcU9hsoCQ27t8TPMG3akARA87BZewHZCIgMLY1fvPt/IhrW/KKRLPTy9KYBo8tiM88NMalXTg4B6yd+1LZGIVeZ+XvLWQbADV2r1Rarw=
1616
on:
1717
tags: true
18-
repo: strvcom/js-coding-standards
18+
repo: strvcom/eslint-config-javascript

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "6.2.1",
55
"author": "Robert Rossmann <[email protected]>",
66
"bugs": {
7-
"url": "https://github.com/strvcom/js-coding-standards/issues"
7+
"url": "https://github.com/strvcom/eslint-config-javascript/issues"
88
},
99
"contributors": [],
1010
"dependencies": {
@@ -15,7 +15,7 @@
1515
"eslint": "^3.12.0"
1616
},
1717
"engines": {},
18-
"homepage": "https://github.com/strvcom/js-coding-standards",
18+
"homepage": "https://github.com/strvcom/eslint-config-javascript",
1919
"keywords": [
2020
"eslint",
2121
"eslintconfig"
@@ -27,7 +27,7 @@
2727
},
2828
"repository": {
2929
"type": "git",
30-
"url": "git+https://github.com/strvcom/js-coding-standards.git"
30+
"url": "git+https://github.com/strvcom/eslint-config-javascript.git"
3131
},
3232
"scripts": {
3333
"lint": "eslint environments coding-styles unused.js default.js"

0 commit comments

Comments
 (0)