Skip to content

Commit

Permalink
Greenkeeper/babel plugin add module exports 1.0.0 (#246)
Browse files Browse the repository at this point in the history
* chore(package): update babel-plugin-add-module-exports to version 1.0.0

Closes #245

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile
  • Loading branch information
RobbieTheWagner authored Sep 11, 2018
1 parent f22f994 commit c52827d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@babel/preset-env": "^7.0.0",
"autoprefixer": "^9.1.3",
"babel-loader": "^8.0.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-add-module-exports": "^1.0.0",
"babel-plugin-istanbul": "^5.0.1",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
Expand Down
10 changes: 6 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1365,9 +1365,11 @@ babel-messages@^6.23.0, babel-messages@^6.8.0:
dependencies:
babel-runtime "^6.22.0"

babel-plugin-add-module-exports@^0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/babel-plugin-add-module-exports/-/babel-plugin-add-module-exports-0.2.1.tgz#9ae9a1f4a8dc67f0cdec4f4aeda1e43a5ff65e25"
babel-plugin-add-module-exports@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/babel-plugin-add-module-exports/-/babel-plugin-add-module-exports-1.0.0.tgz#72b5424d941a336c6a35357f373d8b8366263031"
optionalDependencies:
chokidar "^2.0.4"

babel-plugin-istanbul@^5.0.1:
version "5.0.1"
Expand Down Expand Up @@ -2048,7 +2050,7 @@ chokidar@1.7.0:
optionalDependencies:
fsevents "^1.0.0"

chokidar@^2.0.0, chokidar@^2.0.2:
chokidar@^2.0.0, chokidar@^2.0.2, chokidar@^2.0.4:
version "2.0.4"
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.0.4.tgz#356ff4e2b0e8e43e322d18a372460bbcf3accd26"
dependencies:
Expand Down

0 comments on commit c52827d

Please sign in to comment.