Skip to content

Commit 1548555

Browse files
author
Gertjan Reynaert
committed
fix(build): Switched main to index.js
Main still pointed to the webpack build, switched it now to the babel build
1 parent 2a98f86 commit 1548555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-intl-translations-manager",
33
"description": "Manage all translations based on the extracted messages of the babel-plugin-react-intl",
4-
"main": "./dist/react-intl-translations-manager.js",
4+
"main": "./dist/index.js",
55
"scripts": {
66
"clean:install": "rm -rf node_modules && npm cache clean && npm install",
77
"test": "NODE_ENV=test mocha --compilers js:babel-core/register --recursive",

0 commit comments

Comments
 (0)