We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46dcc21 commit c5fc456Copy full SHA for c5fc456
package.json
@@ -18,9 +18,20 @@
18
"plugin",
19
"plugin"
20
],
21
- "author": "Zhoray Gevorgyan",
+ "author": {
22
+ "name": "epicbg",
23
+ "email": "[email protected]"
24
+ },
25
+ "homepage": "https://github.com/epicbg/vue-common-filters",
26
+ "bugs": {
27
+ "url": "https://github.com/epicbg/vue-common-filters/issues"
28
29
"license": "MIT",
30
"dependencies": {
31
"moment": "^2.24.0"
- }
32
33
+ "repository": {
34
+ "type" : "git",
35
+ "url" : "https://github.com/epicbg/vue-common-filters.git"
36
+ }
37
}
0 commit comments