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