This commit is contained in:
Sebastian McKenzie
2015-11-11 23:46:00 -08:00
parent e018723c7e
commit 15baf2afb5
117 changed files with 376 additions and 376 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-object-assign",
"version": "6.1.8",
"version": "6.1.9",
"description": "Replace Object.assign with an inline helper",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-object-assign",
"author": "Jed Watson",
@@ -13,6 +13,6 @@
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}