Update package.json

This commit is contained in:
James Kyle 2015-10-30 11:37:27 -07:00
parent cd8c9369b0
commit 46f34fbc2f

View File

@ -2,6 +2,7 @@
"name": "babel-plugin-transform-object-assign", "name": "babel-plugin-transform-object-assign",
"version": "6.0.2", "version": "6.0.2",
"description": "Replace Object.assign with an inline helper", "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", "author": "Jed Watson",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
@ -11,4 +12,4 @@
"dependencies": { "dependencies": {
"babel-runtime": "^6.0.2" "babel-runtime": "^6.0.2"
} }
} }