Update package.json

This commit is contained in:
James Kyle
2015-10-30 11:37:38 -07:00
parent ea5ae3845a
commit a3b6eceea9

View File

@@ -2,7 +2,7 @@
"name": "babel-plugin-transform-react-jsx",
"version": "6.0.2",
"description": "Turn JSX into React function calls",
"repository": "babel/babel",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-jsx",
"license": "MIT",
"main": "lib/index.js",
"keywords": [
@@ -13,4 +13,4 @@
"babel-helper-builder-react-jsx": "^6.0.2",
"babel-plugin-syntax-jsx": "^6.0.2"
}
}
}