Skip to content

Commit db72dbb

Browse files
committed
v1.0.0-alpha
1 parent 44fdfd1 commit db72dbb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/react-infinite-tree.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! react-infinite-tree v1.0.0 | (c) 2017 Cheton Wu <[email protected]> | MIT | https://github.com/cheton/react-infinite-tree */
1+
/*! react-infinite-tree v1.0.0-alpha | (c) 2017 Cheton Wu <[email protected]> | MIT | https://github.com/cheton/react-infinite-tree */
22
exports["InfiniteTree"] =
33
/******/ (function(modules) { // webpackBootstrap
44
/******/ // The module cache

dist/react-infinite-tree.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-infinite-tree",
3-
"version": "1.0.0",
3+
"version": "1.0.0-alpha",
44
"description": "The infinite-tree library for React.",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)