File tree 13 files changed +56
-15
lines changed
13 files changed +56
-15
lines changed Original file line number Diff line number Diff line change 17
17
" vuejs"
18
18
],
19
19
"homepage" : " https://github.com/nuxt/nuxt.js#readme" ,
20
- "repository" : " nuxt/nuxt.js" ,
20
+ "repository" : {
21
+ "type" : " git" ,
22
+ "url" : " git+https://github.com/nuxt/nuxt.js.git"
23
+ },
21
24
"license" : " MIT" ,
22
25
"main" : " dist/nuxt-start.js" ,
23
- "bin" : " bin/nuxt-start.js" ,
26
+ "bin" : {
27
+ "nuxt-start" : " bin/nuxt-start.js"
28
+ },
24
29
"files" : [
25
30
" bin" ,
26
31
" dist"
Original file line number Diff line number Diff line change 16
16
" vue.js" ,
17
17
" vuejs"
18
18
],
19
- "repository" : " nuxt/nuxt.js" ,
19
+ "repository" : {
20
+ "type" : " git" ,
21
+ "url" : " git+https://github.com/nuxt/nuxt.js.git"
22
+ },
20
23
"license" : " MIT" ,
21
24
"main" : " dist/nuxt.js" ,
22
25
"bin" : {
23
- "nuxt" : " ./ bin/nuxt.js"
26
+ "nuxt" : " bin/nuxt.js"
24
27
},
25
28
"files" : [
26
29
" bin" ,
Original file line number Diff line number Diff line change 2
2
"name" : " @nuxt/babel-preset-app" ,
3
3
"version" : " 2.17.2" ,
4
4
"description" : " babel-preset-app for nuxt" ,
5
- "repository" : " nuxt/nuxt.js" ,
5
+ "repository" : {
6
+ "type" : " git" ,
7
+ "url" : " git+https://github.com/nuxt/nuxt.js.git"
8
+ },
6
9
"license" : " MIT" ,
7
10
"author" : " Evan You" ,
8
11
"contributors" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nuxt/builder" ,
3
3
"version" : " 2.17.2" ,
4
- "repository" : " nuxt/nuxt.js" ,
4
+ "repository" : {
5
+ "type" : " git" ,
6
+ "url" : " git+https://github.com/nuxt/nuxt.js.git"
7
+ },
5
8
"license" : " MIT" ,
6
9
"main" : " dist/builder.js" ,
7
10
"files" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nuxt/cli" ,
3
3
"version" : " 2.17.2" ,
4
- "repository" : " nuxt/nuxt.js" ,
4
+ "repository" : {
5
+ "type" : " git" ,
6
+ "url" : " git+https://github.com/nuxt/nuxt.js.git"
7
+ },
5
8
"license" : " MIT" ,
6
9
"main" : " dist/cli.js" ,
7
10
"bin" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nuxt/core" ,
3
3
"version" : " 2.17.2" ,
4
- "repository" : " nuxt/nuxt.js" ,
4
+ "repository" : {
5
+ "type" : " git" ,
6
+ "url" : " git+https://github.com/nuxt/nuxt.js.git"
7
+ },
5
8
"license" : " MIT" ,
6
9
"main" : " dist/core.js" ,
7
10
"files" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nuxt/generator" ,
3
3
"version" : " 2.17.2" ,
4
- "repository" : " nuxt/nuxt.js" ,
4
+ "repository" : {
5
+ "type" : " git" ,
6
+ "url" : " git+https://github.com/nuxt/nuxt.js.git"
7
+ },
5
8
"license" : " MIT" ,
6
9
"main" : " dist/generator.js" ,
7
10
"files" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nuxt/server" ,
3
3
"version" : " 2.17.2" ,
4
- "repository" : " nuxt/nuxt.js" ,
4
+ "repository" : {
5
+ "type" : " git" ,
6
+ "url" : " git+https://github.com/nuxt/nuxt.js.git"
7
+ },
5
8
"license" : " MIT" ,
6
9
"main" : " dist/server.js" ,
7
10
"files" : [
Original file line number Diff line number Diff line change 2
2
"name" : " @nuxt/types" ,
3
3
"version" : " 2.17.2" ,
4
4
"description" : " Nuxt types" ,
5
- "repository" : " nuxt/nuxt.js" ,
5
+ "repository" : {
6
+ "type" : " git" ,
7
+ "url" : " git+https://github.com/nuxt/nuxt.js.git"
8
+ },
6
9
"license" : " MIT" ,
7
10
"main" : " index.js" ,
8
11
"types" : " index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nuxt/utils" ,
3
3
"version" : " 2.17.2" ,
4
- "repository" : " nuxt/nuxt.js" ,
4
+ "repository" : {
5
+ "type" : " git" ,
6
+ "url" : " git+https://github.com/nuxt/nuxt.js.git"
7
+ },
5
8
"license" : " MIT" ,
6
9
"main" : " dist/utils.js" ,
7
10
"files" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nuxt/vue-app" ,
3
3
"version" : " 2.17.2" ,
4
- "repository" : " nuxt/nuxt.js" ,
4
+ "repository" : {
5
+ "type" : " git" ,
6
+ "url" : " git+https://github.com/nuxt/nuxt.js.git"
7
+ },
5
8
"license" : " MIT" ,
6
9
"main" : " dist/vue-app.js" ,
7
10
"typings" : " index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nuxt/vue-renderer" ,
3
3
"version" : " 2.17.2" ,
4
- "repository" : " nuxt/nuxt.js" ,
4
+ "repository" : {
5
+ "type" : " git" ,
6
+ "url" : " git+https://github.com/nuxt/nuxt.js.git"
7
+ },
5
8
"license" : " MIT" ,
6
9
"main" : " dist/vue-renderer.js" ,
7
10
"files" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nuxt/webpack" ,
3
3
"version" : " 2.17.2" ,
4
- "repository" : " nuxt/nuxt.js" ,
4
+ "repository" : {
5
+ "type" : " git" ,
6
+ "url" : " git+https://github.com/nuxt/nuxt.js.git"
7
+ },
5
8
"license" : " MIT" ,
6
9
"main" : " dist/webpack.js" ,
7
10
"files" : [
You can’t perform that action at this time.
0 commit comments