Merge pull request #93 from ascribe/add-classlist-polyfill

Add classList polyfill
This commit is contained in:
Brett Sun 2016-01-18 10:04:33 +01:00
commit 47e0ff703d
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
'use strict';
import 'babel/polyfill';
import 'classlist-polyfill';
import React from 'react';
import { Router, Redirect } from 'react-router';

View File

@ -48,6 +48,7 @@
"browserify": "^9.0.8",
"browserify-shim": "^3.8.10",
"camelcase": "^1.2.1",
"classlist-polyfill": "^1.0.2",
"classnames": "^1.2.2",
"compression": "^1.4.4",
"decamelize": "^1.1.1",