diff --git a/src/apis/StyleSheet/StyleManager.js b/src/apis/StyleSheet/StyleManager.js index 83afa15e..9f5d905e 100644 --- a/src/apis/StyleSheet/StyleManager.js +++ b/src/apis/StyleSheet/StyleManager.js @@ -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 = {}; diff --git a/src/apis/StyleSheet/hash.js b/src/vendor/hash/index.js similarity index 98% rename from src/apis/StyleSheet/hash.js rename to src/vendor/hash/index.js index 1c500fc2..415edf5e 100644 --- a/src/apis/StyleSheet/hash.js +++ b/src/vendor/hash/index.js @@ -1,5 +1,6 @@ -/* eslint-disable */ /** + * eslint-disable + * * JS Implementation of MurmurHash2 * * @author Gary Court