We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db92743 commit d6cbe65Copy full SHA for d6cbe65
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+v0.1.2 - Wed, 13 May 2015 20:57:15 GMT
2
+--------------------------------------
3
+
4
+- [db92743](../../commit/db92743) [fixed] don't include React in dist
5
6
7
v0.1.1 - Wed, 13 May 2015 20:11:02 GMT
8
--------------------------------------
9
package.json
@@ -1,6 +1,6 @@
{
"name": "react-tray",
- "version": "0.1.1",
+ "version": "0.1.2",
"description": "An accessible tray component useful for navigation menus",
"main": "lib/main.js",
"directories": {
@@ -49,4 +49,4 @@
49
"browserify-shim": {
50
"react": "global:React"
51
}
52
-}
+}
0 commit comments