Skip to content

Commit bc12014

Browse files
committed
added lodash and bumped version to 0.7.1
1 parent fa03536 commit bc12014

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redux-vue",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "Vue Redux binding higher order component",
55
"author": "Nadim Tuhin",
66
"repository": {
@@ -31,5 +31,8 @@
3131
"babel-preset-stage-0": "^6.5.0",
3232
"expect": "^1.20.2",
3333
"mocha": "^3.0.2"
34+
},
35+
"dependencies": {
36+
"lodash": "^4.17.4"
3437
}
3538
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1391,6 +1391,10 @@ kind-of@^3.0.2:
13911391
dependencies:
13921392
is-buffer "^1.0.2"
13931393

1394+
lodash, lodash@^4.2.0:
1395+
version "4.17.4"
1396+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
1397+
13941398
lodash._baseassign@^3.0.0:
13951399
version "3.2.0"
13961400
resolved "https://registry.yarnpkg.com/lodash._baseassign/-/lodash._baseassign-3.2.0.tgz#8c38a099500f215ad09e59f1722fd0c52bfe0a4e"
@@ -1438,10 +1442,6 @@ lodash.keys@^3.0.0:
14381442
lodash.isarguments "^3.0.0"
14391443
lodash.isarray "^3.0.0"
14401444

1441-
lodash@^4.2.0:
1442-
version "4.17.4"
1443-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
1444-
14451445
loose-envify@^1.0.0:
14461446
version "1.3.0"
14471447
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.3.0.tgz#6b26248c42f6d4fa4b0d8542f78edfcde35642a8"

0 commit comments

Comments
 (0)