Skip to content

Commit f3f15e8

Browse files
committed
Updated package.json
1 parent 0cdbb67 commit f3f15e8

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

package.json

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,37 @@
11
{
22
"name": "vue3-resize-text",
33
"version": "0.1.0",
4-
"private": true,
4+
"description": "Vue 3 Resize Text makes font auto resizing on responsive layout",
5+
"author": "JayeshLab <[email protected]>",
6+
"main": "dist/vue3-resize-text.common.js",
7+
"unpkg": "dist/vue3-resize-text.umd.min.js",
8+
"files": [
9+
"dist/**",
10+
"src/*",
11+
"*.json",
12+
"*.js"
13+
],
14+
"bugs": {
15+
"url": "https://github.com/JayeshLab/vue3-resize-text/issues"
16+
},
17+
"homepage": "https://github.com/JayeshLab/vue3-resize-text/#readme",
18+
"license": "MIT",
19+
"repository": {
20+
"type": "git",
21+
"url": "git+https://github.com/JayeshLab/vue3-resize-text.git"
22+
},
23+
"keywords": [
24+
"text",
25+
"resize",
26+
"font",
27+
"responsive",
28+
"fit",
29+
"rescale",
30+
"vue",
31+
"vue.js",
32+
"vue3",
33+
"directives"
34+
],
535
"scripts": {
636
"serve": "vue-cli-service serve",
737
"build": "vue-cli-service build",

0 commit comments

Comments
 (0)