Move 'hash' to 'vendor' directory

This commit is contained in:
Nicolas Gallagher
2017-06-18 12:24:04 -07:00
parent b0ff4489a9
commit d1d5461b29
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -1,5 +1,6 @@
/* eslint-disable */
/**
* eslint-disable
*
* JS Implementation of MurmurHash2
*
* @author <a href="mailto:gary.court@gmail.com">Gary Court</a>