Skip to content

Commit 8aa712c

Browse files
Travis CI build: 3 v3.0.0 [ci skip]
1 parent 744c482 commit 8aa712c

File tree

3 files changed

+6
-32
lines changed

3 files changed

+6
-32
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gflow",
3-
"version": "0.0.0-development",
3+
"version": "3.0.0",
44
"description": "A gitflow command line tool",
55
"main": "src/index.js",
66
"bin": "bin/gflow.js",
@@ -60,4 +60,4 @@
6060
"url": "https://github.com/Romakita/gflow/issues"
6161
},
6262
"homepage": "https://github.com/Romakita/gflow"
63-
}
63+
}

yarn.lock

Lines changed: 3 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1463,7 +1463,7 @@ debug@^2.2.0, debug@^2.3.3, debug@^2.6.8, debug@^2.6.9:
14631463
dependencies:
14641464
ms "2.0.0"
14651465

1466-
debuglog@*, debuglog@^1.0.1:
1466+
debuglog@^1.0.1:
14671467
version "1.0.1"
14681468
resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492"
14691469

@@ -2479,7 +2479,7 @@ import-lazy@^2.1.0:
24792479
version "2.1.0"
24802480
resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-2.1.0.tgz#05698e3d45c88e8d7e9d92cb0584e77f096f3e43"
24812481

2482-
imurmurhash@*, imurmurhash@^0.1.4:
2482+
imurmurhash@^0.1.4:
24832483
version "0.1.4"
24842484
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
24852485

@@ -3087,39 +3087,17 @@ lockfile@^1.0.4:
30873087
dependencies:
30883088
signal-exit "^3.0.2"
30893089

3090-
lodash._baseindexof@*:
3091-
version "3.1.0"
3092-
resolved "https://registry.yarnpkg.com/lodash._baseindexof/-/lodash._baseindexof-3.1.0.tgz#fe52b53a1c6761e42618d654e4a25789ed61822c"
3093-
30943090
lodash._baseuniq@~4.6.0:
30953091
version "4.6.0"
30963092
resolved "https://registry.yarnpkg.com/lodash._baseuniq/-/lodash._baseuniq-4.6.0.tgz#0ebb44e456814af7905c6212fa2c9b2d51b841e8"
30973093
dependencies:
30983094
lodash._createset "~4.0.0"
30993095
lodash._root "~3.0.0"
31003096

3101-
lodash._bindcallback@*:
3102-
version "3.0.1"
3103-
resolved "https://registry.yarnpkg.com/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz#e531c27644cf8b57a99e17ed95b35c748789392e"
3104-
3105-
lodash._cacheindexof@*:
3106-
version "3.0.2"
3107-
resolved "https://registry.yarnpkg.com/lodash._cacheindexof/-/lodash._cacheindexof-3.0.2.tgz#3dc69ac82498d2ee5e3ce56091bafd2adc7bde92"
3108-
3109-
lodash._createcache@*:
3110-
version "3.1.2"
3111-
resolved "https://registry.yarnpkg.com/lodash._createcache/-/lodash._createcache-3.1.2.tgz#56d6a064017625e79ebca6b8018e17440bdcf093"
3112-
dependencies:
3113-
lodash._getnative "^3.0.0"
3114-
31153097
lodash._createset@~4.0.0:
31163098
version "4.0.3"
31173099
resolved "https://registry.yarnpkg.com/lodash._createset/-/lodash._createset-4.0.3.tgz#0f4659fbb09d75194fa9e2b88a6644d363c9fe26"
31183100

3119-
lodash._getnative@*, lodash._getnative@^3.0.0:
3120-
version "3.9.1"
3121-
resolved "https://registry.yarnpkg.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz#570bc7dede46d61cdcde687d65d3eecbaa3aaff5"
3122-
31233101
lodash._root@~3.0.0:
31243102
version "3.0.1"
31253103
resolved "https://registry.yarnpkg.com/lodash._root/-/lodash._root-3.0.1.tgz#fba1c4524c19ee9a5f8136b4609f017cf4ded692"
@@ -3148,10 +3126,6 @@ lodash.isstring@^4.0.1:
31483126
version "4.0.1"
31493127
resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
31503128

3151-
lodash.restparam@*:
3152-
version "3.6.1"
3153-
resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805"
3154-
31553129
lodash.toarray@^4.4.0:
31563130
version "4.4.0"
31573131
resolved "https://registry.yarnpkg.com/lodash.toarray/-/lodash.toarray-4.4.0.tgz#24c4bfcd6b2fba38bfd0594db1179d8e9b656561"
@@ -4392,7 +4366,7 @@ readable-stream@~1.1.10:
43924366
isarray "0.0.1"
43934367
string_decoder "~0.10.x"
43944368

4395-
readdir-scoped-modules@*, readdir-scoped-modules@^1.0.0:
4369+
readdir-scoped-modules@^1.0.0:
43964370
version "1.0.2"
43974371
resolved "https://registry.yarnpkg.com/readdir-scoped-modules/-/readdir-scoped-modules-1.0.2.tgz#9fafa37d286be5d92cbaebdee030dc9b5f406747"
43984372
dependencies:

0 commit comments

Comments
 (0)