Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit eb0dca6

Browse files
committed
Increment package version to enable ci tests.
1 parent b8f7645 commit eb0dca6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-lodash",
3-
"version": "3.2.11",
3+
"version": "3.2.12-pre",
44
"description": "Modular Lodash builds without the hassle.",
55
"keywords": "babel-plugin, cherry-pick, lodash, modules",
66
"repository": "lodash/babel-plugin-lodash",
@@ -21,7 +21,7 @@
2121
"babel-cli": "^6.18.0",
2222
"babel-core": "^6.20.0",
2323
"babel-plugin-add-module-exports": "~0.2.1",
24-
"babel-plugin-lodash": "3.2.10",
24+
"babel-plugin-lodash": "3.2.11",
2525
"babel-plugin-syntax-flow": "^6.18.0",
2626
"babel-plugin-syntax-jsx": "^6.18.0",
2727
"babel-plugin-transform-object-rest-spread": "^6.20.2",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -296,9 +296,9 @@ babel-plugin-check-es2015-constants@^6.3.13:
296296
dependencies:
297297
babel-runtime "^6.0.0"
298298

299-
300-
version "3.2.10"
301-
resolved "https://registry.yarnpkg.com/babel-plugin-lodash/-/babel-plugin-lodash-3.2.10.tgz#7498f5f8e969e546e70f3f2e9cffba0ad1f34c0d"
299+
300+
version "3.2.11"
301+
resolved "https://registry.yarnpkg.com/babel-plugin-lodash/-/babel-plugin-lodash-3.2.11.tgz#21c8fdec9fe1835efaa737873e3902bdd66d5701"
302302
dependencies:
303303
glob "^7.1.1"
304304
lodash "^4.17.2"
@@ -1243,7 +1243,7 @@ has-ansi@^2.0.0:
12431243

12441244
has-flag@^1.0.0:
12451245
version "1.0.0"
1246-
resolved "http://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz#9d9e793165ce017a00f00418c43f942a7b1d11fa"
1246+
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-1.0.0.tgz#9d9e793165ce017a00f00418c43f942a7b1d11fa"
12471247

12481248
has-unicode@^2.0.0:
12491249
version "2.0.1"
@@ -1361,7 +1361,7 @@ is-number@^2.0.2, is-number@^2.1.0:
13611361

13621362
is-posix-bracket@^0.1.0:
13631363
version "0.1.1"
1364-
resolved "http://registry.npmjs.org/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz#3334dc79774368e92f016e6fbc0a88f5cd6e6bc4"
1364+
resolved "https://registry.yarnpkg.com/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz#3334dc79774368e92f016e6fbc0a88f5cd6e6bc4"
13651365

13661366
is-primitive@^2.0.0:
13671367
version "2.0.0"

0 commit comments

Comments
 (0)