This repository was archived by the owner on Jun 8, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " babel-plugin-react-intl" ,
3- "version" : " 1.0.0" ,
3+ "version" : " 1.0.0-beta-1 " ,
44 "description" : " Extracts string messages from modules that use react-intl." ,
55 "repository" : {
66 "type" : " git" ,
7- "url" : " git+https://github.com/yahoo/babel-react-intl.git"
7+ "url" : " git+https://github.com/yahoo/babel-plugin- react-intl.git"
88 },
99 "license" : " BSD-3-Clause" ,
1010 "main" : " lib/index.js" ,
1111 "author" : " Eric Ferraiuolo <edf@ericf.me>" ,
12+ "dependencies" : {
13+ "babel-runtime" : " ^5.8.20" ,
14+ "mkdirp" : " ^0.5.1"
15+ },
1216 "devDependencies" : {
1317 "babel" : " ^5.8.21"
1418 },
1822 "test" : " babel-plugin test"
1923 },
2024 "keywords" : [
21- " babel-plugin"
25+ " babel-plugin" ,
26+ " react-intl"
2227 ],
2328 "bugs" : {
24- "url" : " https://github.com/yahoo/babel-react-intl/issues"
29+ "url" : " https://github.com/yahoo/babel-plugin- react-intl/issues"
2530 },
26- "homepage" : " https://github.com/yahoo/babel-react-intl#readme" ,
27- "dependencies" : {
28- "babel" : " ^5.8.20" ,
29- "babel-runtime" : " ^5.8.20" ,
30- "mkdirp" : " ^0.5.1"
31- }
31+ "homepage" : " https://github.com/yahoo/babel-plugin-react-intl#readme"
3232}
You can’t perform that action at this time.
0 commit comments