Skip to content

Commit 3647941

Browse files
committed
Bump 0.0.2
1 parent f2033ec commit 3647941

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

HISTORY.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
----
33

44

5+
## 0.0.2 / 2017-07-21
6+
7+
Add umd dist output.
8+
59
## 0.0.1 / 2017-07-21
610

7-
Support Tap, Press, Swipe, Pinch, Rotate
11+
Support Tap, Press, Swipe, Pinch, Rotate.

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rc-gesture",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Support gesture for react component",
55
"keywords": [
66
"react",
@@ -23,15 +23,15 @@
2323
"dist"
2424
],
2525
"license": "MIT",
26-
"main": "./lib/index.js",
26+
"main": "./lib/index",
2727
"module": "./es/index",
28-
"entry": {
29-
"rc-gesture": [
30-
"./src/index.js"
31-
]
32-
},
3328
"config": {
34-
"port": 8005
29+
"port": 8005,
30+
"entry": {
31+
"rc-gesture": [
32+
"./src/index.tsx"
33+
]
34+
}
3535
},
3636
"scripts": {
3737
"build": "rc-tools run build",

0 commit comments

Comments
 (0)