Skip to content

Commit

Permalink
react-finger@1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Houfeng committed Jun 22, 2022
1 parent a1e4800 commit c3af1e6
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 22 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,28 @@
{
"name": "react-finger",
"version": "1.0.8",
"version": "1.0.9",
"description": "React Finger is a library of gesture events for React that allows developers to use a single set of events for both desktop and mobile devices.",
"keywords": [
"Gesture",
"React",
"Mobile",
"Desktop",
"Touch",
"Pointer",
"Finger",
"Event",
"Events",
"PointerEvent",
"TouchEvent",
"touch-action",
"tap",
"pinch",
"swipe",
"onTap",
"onPinch",
"onSwipe",
"Hammer"
],
"main": "./dist/react-finger-cjs.js",
"module": "./dist/react-finger-es.js",
"types": "./types/index.d.ts",
Expand Down

0 comments on commit c3af1e6

Please sign in to comment.