We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a98f86 commit 1548555Copy full SHA for 1548555
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "react-intl-translations-manager",
3
"description": "Manage all translations based on the extracted messages of the babel-plugin-react-intl",
4
- "main": "./dist/react-intl-translations-manager.js",
+ "main": "./dist/index.js",
5
"scripts": {
6
"clean:install": "rm -rf node_modules && npm cache clean && npm install",
7
"test": "NODE_ENV=test mocha --compilers js:babel-core/register --recursive",
0 commit comments