diff --git a/package.json b/package.json index df7d77a..ae8a4be 100644 --- a/package.json +++ b/package.json @@ -7,9 +7,11 @@ "module": "dist/es/index.js", "unpkg": "dist/iife/index.js", "types": "dist/types/", + "web-types": "./web-types.json", "files": [ "dist/**/*", - "nuxt/**/*" + "nuxt/**/*", + "web-types.json" ], "scripts": { "test": "jest", diff --git a/web-types.json b/web-types.json new file mode 100644 index 0000000..3130506 --- /dev/null +++ b/web-types.json @@ -0,0 +1,17 @@ +{ + "$schema": "https://json.schemastore.org/web-types", + "framework": "vue", + "name": "v-wave", + "version": "2.0.1", + "contributions": { + "html": { + "attributes": [ + { + "name": "v-wave", + "description": "The material-ripple directive for Vue that actually works" + } + ] + } + } + } + \ No newline at end of file