Skip to content

Commit cd5c000

Browse files
committed
feat: v4.0.0
1 parent 08c723d commit cd5c000

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-touch-ripple",
3-
"version": "4.0.0-rc.4",
3+
"version": "4.0.0",
44
"description": "Touch ripple component for Vue",
55
"keywords": [
66
"vue touch ripple",
@@ -30,6 +30,8 @@
3030
"import": "./dist/vue-touch-ripple.esm.js",
3131
"require": "./dist/vue-touch-ripple.umd.js"
3232
},
33+
"./css": "./style.css",
34+
"./style": "./style.css",
3335
"./style.css": "./style.css",
3436
"./types": "./dist/vue-touch-ripple.esm.d.ts",
3537
"./dist/vue-touch-ripple.esm.css": "./dist/vue-touch-ripple.esm.css",

0 commit comments

Comments
 (0)