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 e68e5a1 commit 76157e8Copy full SHA for 76157e8
package.json
@@ -5,6 +5,7 @@
5
"main": "dist/react-intl-native.js",
6
"jsnext:main": "dist/react-intl-native.es2015.js",
7
"scripts": {
8
+ "prebuild": "rimraf dist",
9
"build": "rollup-babel-lib-bundler -f cjs,es6 src/index.js",
10
"prepublish": "in-publish && npm run build || not-in-publish",
11
"lint": "eslint src",
@@ -73,6 +74,7 @@
73
74
"nyc": "^6.1.1",
75
"react-addons-test-utils": "^0.14.8",
76
"react-dom": "^0.14.8",
77
+ "rimraf": "^2.5.2",
78
"rollup-babel-lib-bundler": "^2.5.5"
79
}
80
0 commit comments