Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

Commit

Permalink
✨ safe-timers: v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deepsweet committed Oct 9, 2017
1 parent ae54144 commit 98b134c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/safe-timers/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "@hocs/safe-timers",
"version": "0.2.0",
"description": "Safe timers HOCs for React",
"version": "0.3.0",
"description": "Safe timers HOCs for React and React Native",
"keywords": [
"react",
"react-native",
"hoc",
"recompose",
"timeout",
Expand All @@ -13,6 +14,7 @@
],
"main": "build/node-cjs/index.js",
"browser": "build/browser-esm/index.js",
"react-native": "build/react-native/index.js",
"files": [
"build/"
],
Expand Down

0 comments on commit 98b134c

Please sign in to comment.