Update to inline-style-prefixer@4.0.0

This commit is contained in:
Nicolas Gallagher
2018-01-08 12:36:13 -08:00
parent b6ef1d3a36
commit 7f45c52ce7
4 changed files with 10 additions and 2 deletions

View File

@@ -21,6 +21,6 @@ const browserList = {
generator(browserList, {
staticPath: path.join(
__dirname,
'../packages/react-native-web/src/modules/prefixStyles/static.js'
'../../packages/react-native-web/src/modules/prefixStyles/static.js'
)
});