Skip to content

Commit 2900829

Browse files
Travis CI build: 20 v3.0.8 [ci skip]
1 parent d0761db commit 2900829

File tree

2 files changed

+4
-30
lines changed

2 files changed

+4
-30
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gflow",
3-
"version": "3.0.6",
3+
"version": "3.0.8",
44
"description": "A gitflow command line tool",
55
"main": "src/index.js",
66
"bin": "bin/gflow.js",

yarn.lock

Lines changed: 3 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1520,7 +1520,7 @@ debug@^2.2.0, debug@^2.3.3, debug@^2.6.8, debug@^2.6.9:
15201520
dependencies:
15211521
ms "2.0.0"
15221522

1523-
debuglog@*, debuglog@^1.0.1:
1523+
debuglog@^1.0.1:
15241524
version "1.0.1"
15251525
resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492"
15261526

@@ -2507,7 +2507,7 @@ import-lazy@^2.1.0:
25072507
version "2.1.0"
25082508
resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-2.1.0.tgz#05698e3d45c88e8d7e9d92cb0584e77f096f3e43"
25092509

2510-
imurmurhash@*, imurmurhash@^0.1.4:
2510+
imurmurhash@^0.1.4:
25112511
version "0.1.4"
25122512
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
25132513

@@ -3104,39 +3104,17 @@ lockfile@^1.0.4:
31043104
dependencies:
31053105
signal-exit "^3.0.2"
31063106

3107-
lodash._baseindexof@*:
3108-
version "3.1.0"
3109-
resolved "https://registry.yarnpkg.com/lodash._baseindexof/-/lodash._baseindexof-3.1.0.tgz#fe52b53a1c6761e42618d654e4a25789ed61822c"
3110-
31113107
lodash._baseuniq@~4.6.0:
31123108
version "4.6.0"
31133109
resolved "https://registry.yarnpkg.com/lodash._baseuniq/-/lodash._baseuniq-4.6.0.tgz#0ebb44e456814af7905c6212fa2c9b2d51b841e8"
31143110
dependencies:
31153111
lodash._createset "~4.0.0"
31163112
lodash._root "~3.0.0"
31173113

3118-
lodash._bindcallback@*:
3119-
version "3.0.1"
3120-
resolved "https://registry.yarnpkg.com/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz#e531c27644cf8b57a99e17ed95b35c748789392e"
3121-
3122-
lodash._cacheindexof@*:
3123-
version "3.0.2"
3124-
resolved "https://registry.yarnpkg.com/lodash._cacheindexof/-/lodash._cacheindexof-3.0.2.tgz#3dc69ac82498d2ee5e3ce56091bafd2adc7bde92"
3125-
3126-
lodash._createcache@*:
3127-
version "3.1.2"
3128-
resolved "https://registry.yarnpkg.com/lodash._createcache/-/lodash._createcache-3.1.2.tgz#56d6a064017625e79ebca6b8018e17440bdcf093"
3129-
dependencies:
3130-
lodash._getnative "^3.0.0"
3131-
31323114
lodash._createset@~4.0.0:
31333115
version "4.0.3"
31343116
resolved "https://registry.yarnpkg.com/lodash._createset/-/lodash._createset-4.0.3.tgz#0f4659fbb09d75194fa9e2b88a6644d363c9fe26"
31353117

3136-
lodash._getnative@*, lodash._getnative@^3.0.0:
3137-
version "3.9.1"
3138-
resolved "https://registry.yarnpkg.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz#570bc7dede46d61cdcde687d65d3eecbaa3aaff5"
3139-
31403118
lodash._root@~3.0.0:
31413119
version "3.0.1"
31423120
resolved "https://registry.yarnpkg.com/lodash._root/-/lodash._root-3.0.1.tgz#fba1c4524c19ee9a5f8136b4609f017cf4ded692"
@@ -3165,10 +3143,6 @@ lodash.isstring@^4.0.1:
31653143
version "4.0.1"
31663144
resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
31673145

3168-
lodash.restparam@*:
3169-
version "3.6.1"
3170-
resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805"
3171-
31723146
lodash.toarray@^4.4.0:
31733147
version "4.4.0"
31743148
resolved "https://registry.yarnpkg.com/lodash.toarray/-/lodash.toarray-4.4.0.tgz#24c4bfcd6b2fba38bfd0594db1179d8e9b656561"
@@ -4411,7 +4385,7 @@ readable-stream@~1.1.10:
44114385
isarray "0.0.1"
44124386
string_decoder "~0.10.x"
44134387

4414-
readdir-scoped-modules@*, readdir-scoped-modules@^1.0.0:
4388+
readdir-scoped-modules@^1.0.0:
44154389
version "1.0.2"
44164390
resolved "https://registry.yarnpkg.com/readdir-scoped-modules/-/readdir-scoped-modules-1.0.2.tgz#9fafa37d286be5d92cbaebdee030dc9b5f406747"
44174391
dependencies:

0 commit comments

Comments
 (0)