Skip to content
This repository was archived by the owner on Jun 8, 2019. It is now read-only.

Commit 059921d

Browse files
committed
Update package.json
1 parent 4659ae4 commit 059921d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
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 <[email protected]>",
12+
"dependencies": {
13+
"babel-runtime": "^5.8.20",
14+
"mkdirp": "^0.5.1"
15+
},
1216
"devDependencies": {
1317
"babel": "^5.8.21"
1418
},
@@ -18,15 +22,11 @@
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
}

0 commit comments

Comments
 (0)