File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
- # vue-skip-to-content
1
+ # vue-skip-to
2
2
It helps people who only use the keyboard to jump to what matters most
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " vue-skip-to-content " ,
2
+ "name" : " vue-skip-to" ,
3
3
"version" : " 0.0.1" ,
4
4
"description" : " It helps people who only use the keyboard to jump to what matters most." ,
5
- "main" : " dist/vue-skip-to-content .js" ,
5
+ "main" : " dist/vue-skip-to.js" ,
6
6
"scripts" : {
7
7
"dev" : " rollup --config rollup.config.dev.js --watch" ,
8
8
"dist" : " rollup --config rollup.config.prod.js" ,
13
13
},
14
14
"repository" : {
15
15
"type" : " git" ,
16
- "url" : " git+https://github.com/vue-a11y/vue-skip-to-content .git"
16
+ "url" : " git+https://github.com/vue-a11y/vue-skip-to.git"
17
17
},
18
18
"keywords" : [
19
19
" a11y" ,
20
20
" accessibility" ,
21
- " skip-to- content" ,
21
+ " skip to main content" ,
22
22
" vue.js" ,
23
23
" keyboard"
24
24
],
25
25
"author" :
" Alan Ktquez <[email protected] > (https://medium.com/@ktquez)" ,
26
26
"license" : " MIT" ,
27
27
"bugs" : {
28
- "url" : " https://github.com/vue-a11y/vue-skip-to-content /issues"
28
+ "url" : " https://github.com/vue-a11y/vue-skip-to/issues"
29
29
},
30
- "homepage" : " https://github.com/vue-a11y/vue-skip-to-content #readme" ,
30
+ "homepage" : " https://github.com/vue-a11y/vue-skip-to#readme" ,
31
31
"devDependencies" : {
32
32
"babel-core" : " ^6.26.3" ,
33
33
"babel-eslint" : " ^8.2.3" ,
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ export default {
36
36
] ,
37
37
output : [
38
38
{
39
- name : 'VueSkipToContent ' ,
40
- file : 'vue-skip-to-content .js' ,
39
+ name : 'VueSkipTo ' ,
40
+ file : 'vue-skip-to.js' ,
41
41
format : 'umd'
42
42
}
43
43
]
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ export default {
19
19
] ,
20
20
output : [
21
21
{
22
- name : 'VueSkipToContent ' ,
23
- file : 'dist/vue-skip-to-content .js' ,
22
+ name : 'VueSkipTo ' ,
23
+ file : 'dist/vue-skip-to.js' ,
24
24
format : 'umd'
25
25
}
26
26
]
You can’t perform that action at this time.
0 commit comments