snd / react-kup

react-kup is a simple, nonintrusive alternative to JSX for coffeescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react versioning

wiber opened this issue · comments

commented

Hi,

This works like a dream seems to force me to use an older react. I'll attempt to fix it.

Cheers

commented
npm list react
react-kup@0.5.2 /Users/zing/Documents/react-kup
└── react@15.0.1 

npm test gives:

# tests 25
# pass  21
# fail  4

Care to have a look? React 0.14.8 Ran ok.

commented

@sh was so kind as to make react-kup work with react 15 👍

on top of that i've made react and react-dom peerDependencies so you can now choose your version.

use version 1.0.0 which i've just published

commented

Pure awesome. Thanks and cheers.