Skip to content

Commit a1d7a3f

Browse files
committed
Add browsers
1 parent 49a9853 commit a1d7a3f

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

package.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"start": "react-native start",
1010
"test": "jest",
1111
"postinstall": "rn-nodeify --install buffer,stream,assert,events,crypto,vm,process --hack",
12-
"start:web": "react-scripts start",
13-
"build:web": "react-scripts build",
14-
"serve:web": "serve -s build"
12+
"start:web": "react-scripts start",
13+
"build:web": "react-scripts build",
14+
"serve:web": "serve -s build"
1515
},
1616
"dependencies": {
1717
"@bitcoin-js/tiny-secp256k1-asmjs": "^2.2.4",
@@ -119,5 +119,17 @@
119119
"_stream_passthrough": "readable-stream/passthrough",
120120
"stream": "stream-browserify",
121121
"vm": "vm-browserify"
122+
},
123+
"browserslist": {
124+
"production": [
125+
">0.2%",
126+
"not dead",
127+
"not op_mini all"
128+
],
129+
"development": [
130+
"last 1 chrome version",
131+
"last 1 firefox version",
132+
"last 1 safari version"
133+
]
122134
}
123135
}

0 commit comments

Comments
 (0)