Skip to content

Commit e925899

Browse files
authored
Prepare 1.0 release (#22)
* Prepare 1.0 release * Drop support for Node.js 6
1 parent 9a02eb1 commit e925899

15 files changed

+521
-34622
lines changed

.babelrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ os:
88
- linux
99

1010
node_js:
11-
- '6'
12-
- '5'
13-
- '4'
11+
- '8'
12+
- '10'
1413

1514
before_install:
1615
- npm install -g npm

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016-2017 Cheton Wu
3+
Copyright (c) 2016-2019 Cheton Wu
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

babel.config.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
module.exports = {
2+
extends: '@trendmicro/babel-config',
3+
presets: [
4+
'@babel/preset-env',
5+
'@babel/preset-react',
6+
]
7+
};

dist/react-infinite-tree.js

Lines changed: 112 additions & 2050 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/react-infinite-tree.min.js

Lines changed: 232 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)