Skip to content
This repository was archived by the owner on Jun 21, 2020. It is now read-only.

Commit d753e1f

Browse files
v1.0.0
* Avoid setState for rafId and isActive (previous commit) * React 16 support * Upgrade dev dependencies (Enzyme, React DOM etc.) * Use Node.js 8 and npm 5 for local dev and CI
1 parent db3b702 commit d753e1f

File tree

5 files changed

+5133
-9
lines changed

5 files changed

+5133
-9
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v6.9.4
1+
v8.6.0

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: node_js
2-
node_js: 6
2+
node_js: 8
33

44
install: "npm i"
55
script: "npm run test-with-coverage"

0 commit comments

Comments
 (0)