Leo Lamprecht
8 years ago
No known key found for this signature in database
GPG Key ID: B08517883D5E0E10
2 changed files with
9 additions and
12 deletions
-
bin/now-alias.js
-
package.json
|
|
@ -295,7 +295,7 @@ function findAlias(alias, list) { |
|
|
|
async function realias(alias) { |
|
|
|
const path = process.cwd() |
|
|
|
const {pkg, name} = await readMetaData(path, { |
|
|
|
deploymentType: 'npm', // FIXME: hard coding settings…
|
|
|
|
deploymentType: 'npm', // hard coding settings…
|
|
|
|
quiet: true // `quiet`
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
@ -27,10 +27,7 @@ |
|
|
|
] |
|
|
|
}, |
|
|
|
"greenkeeper": { |
|
|
|
"emails": false, |
|
|
|
"ignore": [ |
|
|
|
"babel-runtime" |
|
|
|
] |
|
|
|
"emails": false |
|
|
|
}, |
|
|
|
"babel": { |
|
|
|
"presets": [ |
|
|
@ -70,33 +67,33 @@ |
|
|
|
"arr-flatten": "1.0.1", |
|
|
|
"array-unique": "0.3.2", |
|
|
|
"async-retry": "0.2.1", |
|
|
|
"babel-runtime": "6.5.0", |
|
|
|
"babel-runtime": "6.18.0", |
|
|
|
"bytes": "2.4.0", |
|
|
|
"chalk": "1.1.3", |
|
|
|
"copy-paste": "1.3.0", |
|
|
|
"cross-spawn": "4.0.2", |
|
|
|
"cross-spawn": "5.0.1", |
|
|
|
"docker-file-parser": "0.1.0", |
|
|
|
"email-prompt": "0.1.8", |
|
|
|
"email-validator": "1.0.7", |
|
|
|
"fs-promise": "0.5.0", |
|
|
|
"fs-promise": "1.0.0", |
|
|
|
"glob": "7.1.1", |
|
|
|
"graceful-fs": "4.1.11", |
|
|
|
"ignore": "3.2.0", |
|
|
|
"ini": "1.3.4", |
|
|
|
"minimist": "1.2.0", |
|
|
|
"ms": "0.7.1", |
|
|
|
"ms": "0.7.2", |
|
|
|
"node-fetch": "1.6.3", |
|
|
|
"progress": "1.1.8", |
|
|
|
"resumer": "0.0.0", |
|
|
|
"semver-compare": "1.0.0", |
|
|
|
"socket.io-client": "1.4.8", |
|
|
|
"socket.io-client": "1.6.0", |
|
|
|
"spdy": "3.4.4", |
|
|
|
"split-array": "1.0.1", |
|
|
|
"text-table": "0.2.0" |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
"alpha-sort": "1.0.2", |
|
|
|
"ava": "0.16.0", |
|
|
|
"ava": "0.17.0", |
|
|
|
"babel-plugin-transform-async-to-generator": "6.16.0", |
|
|
|
"babel-plugin-transform-runtime": "6.15.0", |
|
|
|
"babel-preset-es2015": "6.18.0", |
|
|
@ -108,6 +105,6 @@ |
|
|
|
"gulp-ext": "1.0.0", |
|
|
|
"gulp-task-listing": "1.0.1", |
|
|
|
"pkg": "3.0.0-beta.21", |
|
|
|
"xo": "0.17.0" |
|
|
|
"xo": "0.17.1" |
|
|
|
} |
|
|
|
} |
|
|
|