Skip to content
This repository was archived by the owner on Oct 28, 2020. It is now read-only.

Commit c72588d

Browse files
author
TED Vortex (Teodor Eugen Duțulescu)
authored
Merge pull request #57 from superleap/gils55-update-dependencies
chore(ncu): updated github api and eslint
2 parents af45c20 + 771349c commit c72588d

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

gulpfile.babel.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ gulp.task(`doc`, [`manual`], () => {
134134
gulp.task(`predeploy`, [`doc`], () => {
135135
return pkg(paths.pkg, console.log, true).then((data) => {
136136
let pkgName = data.name;
137-
let pkgUser = data.repository.url.match(/github\.com\/([^\/]+)\//i)[1];
137+
let pkgUser = data.repository.url.match(/github\.com\/([^/]+)\//i)[1];
138138

139139
return writeFile(`${paths.docs}/CNAME`, `${pkgName}-package.${pkgUser}.xyz`);
140140
});
@@ -164,7 +164,7 @@ gulp.task(`snyk`, () => {
164164
gulp.task(`bithound`, () => {
165165
return pkg(paths.pkg, console.log, true).then((data) => {
166166
let pkgName = data.name;
167-
let pkgUser = data.repository.url.match(/github\.com\/([^\/]+)\//i)[1];
167+
let pkgUser = data.repository.url.match(/github\.com\/([^/]+)\//i)[1];
168168

169169
return spawnp(`node_modules/.bin/bithound`, [`check`, `git@github.com:${pkgUser}/${pkgName}.git`]);
170170
});

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,19 @@
3333
"homepage": "https://github.com/superleap/github-issues-label-sync#readme",
3434
"dependencies": {
3535
"bluebird": "^3.4.1",
36-
"github": "^2.5.1"
36+
"github": "^6.1.0"
3737
},
3838
"devDependencies": {
3939
"@semantic-release/last-release-npm": "https://github.com/vrtxf/last-release-npm/tarball/da5a0f2411e2add6f5b0b990b4a12fad3245cfac",
4040
"babel-core": "^6.13.2",
4141
"babel-plugin-add-module-exports": "^0.2.1",
42-
"babel-plugin-istanbul": "^2.0.0",
42+
"babel-plugin-istanbul": "^3.0.0",
4343
"babel-plugin-transform-es2015-block-scoping": "^6.10.1",
4444
"babel-preset-es2015": "^6.13.2",
4545
"babel-register": "^6.11.6",
4646
"bithound": "1.7.0",
4747
"chai": "^3.5.0",
48-
"chai-as-promised": "^5.3.0",
48+
"chai-as-promised": "^6.0.0",
4949
"commitizen": "^2.8.6",
5050
"cz-conventional-changelog": "^1.2.0",
5151
"del": "^2.2.2",
@@ -65,7 +65,7 @@
6565
"mkdirp": "^0.5.1",
6666
"mocha": "^3.0.2",
6767
"nsp": "^2.6.1",
68-
"nyc": "^8.1.0",
68+
"nyc": "^10.0.0",
6969
"read-package-json": "^2.0.4",
7070
"semantic-release": "^6.3.0",
7171
"sinon": "^1.17.5",

0 commit comments

Comments
 (0)