This commit is contained in:
Sebastian McKenzie
2015-11-12 00:47:51 -08:00
parent 8fb4d55687
commit af208e8acb
117 changed files with 376 additions and 376 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-runtime",
"version": "6.1.11",
"version": "6.1.12",
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-runtime",
"license": "MIT",
@@ -12,6 +12,6 @@
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.11"
"babel-helper-plugin-test-runner": "^6.1.12"
}
}