mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-26 15:58:28 +00:00
Move 'hash' to 'vendor' directory
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { canUseDOM } from 'fbjs/lib/ExecutionEnvironment';
|
||||
import generateCss from './generateCss';
|
||||
import hash from './hash';
|
||||
import hash from '../../vendor/hash';
|
||||
import staticCss from './staticCss';
|
||||
|
||||
const emptyObject = {};
|
||||
|
||||
+2
-1
@@ -1,5 +1,6 @@
|
||||
/* eslint-disable */
|
||||
/**
|
||||
* eslint-disable
|
||||
*
|
||||
* JS Implementation of MurmurHash2
|
||||
*
|
||||
* @author <a href="mailto:gary.court@gmail.com">Gary Court</a>
|
||||
Reference in New Issue
Block a user