This commit is contained in:
Sebastian McKenzie
2015-11-01 22:07:03 +00:00
parent 9702ceb074
commit c865cb4bf9
45 changed files with 155 additions and 155 deletions

View File

@@ -1,13 +1,13 @@
{
"name": "babel-helper-builder-binary-assignment-operator-visitor",
"version": "6.0.14",
"version": "6.0.15",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-binary-assignment-operator-visitor",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-helper-explode-assignable-expression": "^6.0.14",
"babel-helper-explode-assignable-expression": "^6.0.15",
"babel-runtime": "^5.0.0",
"babel-types": "^6.0.14"
"babel-types": "^6.0.15"
}
}
}