mirror of
https://github.com/danog/gift.git
synced 2024-11-26 20:04:47 +01:00
Update package
This commit is contained in:
parent
0694f131c8
commit
82a6feccd9
@ -1,7 +0,0 @@
|
|||||||
sudo: false
|
|
||||||
language: node_js
|
|
||||||
node_js:
|
|
||||||
- "4"
|
|
||||||
- "6"
|
|
||||||
- "8"
|
|
||||||
- "9"
|
|
1318
package-lock.json
generated
1318
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
12
package.json
12
package.json
@ -18,7 +18,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "./lib/index",
|
"main": "./lib/index",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "mocha --compilers coffee:\"./node_modules/coffee-script/lib/coffee-script/register\"",
|
"test": "mocha --require coffeescript/register 'test/**/*.coffee'",
|
||||||
"prepublish": "coffee -o lib -c src"
|
"prepublish": "coffee -o lib -c src"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
@ -27,14 +27,14 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"flex-exec": "^1.0.0",
|
"flex-exec": "^1.0.0",
|
||||||
"underscore": "^1.8.3"
|
"underscore": "^1.10.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"coffee-script": "^1.12.7",
|
"coffeescript": "^1.12.7",
|
||||||
"fs-extra": "^4.0.2",
|
"fs-extra": "^4.0.2",
|
||||||
"mocha": "^4.0.1",
|
"mocha": "^8.1.1",
|
||||||
"should": "^13.1.3",
|
"should": "^13.2.3",
|
||||||
"sinon": "^4.1.1"
|
"sinon": "^4.5.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=4"
|
"node": ">=4"
|
||||||
|
@ -101,9 +101,9 @@ module.exports = class Commit
|
|||||||
gpgsig.push lines.shift().replace /^gpgsig /, ''
|
gpgsig.push lines.shift().replace /^gpgsig /, ''
|
||||||
while !/^ -----END PGP SIGNATURE-----$/.test lines[0]
|
while !/^ -----END PGP SIGNATURE-----$/.test lines[0]
|
||||||
gpgsig.push lines.shift()
|
gpgsig.push lines.shift()
|
||||||
if lines[0] != ''
|
|
||||||
gpgsig.push lines.shift()
|
|
||||||
gpgsig.push lines.shift()
|
gpgsig.push lines.shift()
|
||||||
|
if lines[0] == ' '
|
||||||
|
gpgsig.push lines.shift()
|
||||||
|
|
||||||
# if converted from mercurial gpgsig may be present with non-valid gpg lines
|
# if converted from mercurial gpgsig may be present with non-valid gpg lines
|
||||||
# e.g. "kilnhgcopies646973742F2E6874616363657373 6170702F2E6874616363657373"
|
# e.g. "kilnhgcopies646973742F2E6874616363657373 6170702F2E6874616363657373"
|
||||||
|
Loading…
Reference in New Issue
Block a user