React 16.1.1

This commit is contained in:
Dan Abramov
2017-11-13 16:16:05 +00:00
committed by GitHub
parent 557ab303aa
commit 1b6dad1eed

View File

@@ -10,7 +10,7 @@
// NOTE: We can't just use `location.toString()` because when we are rendering
// the SSR part in node.js we won't have a proper location.
const urlRoot = 'https://reactjs.org';
const version = '16.1.0';
const version = '16.1.1';
const babelURL = '//unpkg.com/babel-standalone@6.26.0/babel.min.js';
export {urlRoot, version, babelURL};