1
0
mirror of https://github.com/bobwen-dev/react-templates synced 2025-04-12 00:56:39 +02:00

make react 14 the default

This commit is contained in:
ido 2015-12-29 12:21:52 +02:00
parent cc8625faa3
commit 62f67b81bb

View File

@ -18,6 +18,6 @@ var versions = {
'0.11.1': ver0_11_0,
'0.11.0': ver0_11_0,
'0.10.0': ver0_10_0,
default: '0.13.1'
default: '0.14.0'
};
module.exports = versions;