Skip to content

Commit

Permalink
Bump regenerator-runtime version to 0.10.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamn committed Feb 17, 2017
1 parent 9e6762a commit f50cfab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"commoner": "^0.10.8",
"recast": "^0.11.17",
"regenerator-preset": "^0.9.6",
"regenerator-runtime": "^0.10.2",
"regenerator-runtime": "^0.10.3",
"through": "^2.3.8"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/regenerator-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "regenerator-runtime",
"author": "Ben Newman <bn@cs.stanford.edu>",
"description": "Runtime for Regenerator-compiled generator and async functions.",
"version": "0.10.2",
"version": "0.10.3",
"main": "runtime-module.js",
"keywords": [
"regenerator",
Expand Down

0 comments on commit f50cfab

Please sign in to comment.