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 1
1
{
2
2
"name" : " babel-plugin-react-intl" ,
3
- "version" : " 1.0.0" ,
3
+ "version" : " 1.0.0-beta-1 " ,
4
4
"description" : " Extracts string messages from modules that use react-intl." ,
5
5
"repository" : {
6
6
"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"
8
8
},
9
9
"license" : " BSD-3-Clause" ,
10
10
"main" : " lib/index.js" ,
11
11
"author" :
" Eric Ferraiuolo <[email protected] >" ,
12
+ "dependencies" : {
13
+ "babel-runtime" : " ^5.8.20" ,
14
+ "mkdirp" : " ^0.5.1"
15
+ },
12
16
"devDependencies" : {
13
17
"babel" : " ^5.8.21"
14
18
},
18
22
"test" : " babel-plugin test"
19
23
},
20
24
"keywords" : [
21
- " babel-plugin"
25
+ " babel-plugin" ,
26
+ " react-intl"
22
27
],
23
28
"bugs" : {
24
- "url" : " https://github.com/yahoo/babel-react-intl/issues"
29
+ "url" : " https://github.com/yahoo/babel-plugin- react-intl/issues"
25
30
},
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"
32
32
}
You can’t perform that action at this time.
0 commit comments