Update package.json
This commit is contained in:
parent
cd8c9369b0
commit
46f34fbc2f
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user