File tree Expand file tree Collapse file tree 13 files changed +41
-53
lines changed
nx-next-monorepo-demo/local-plugin Expand file tree Collapse file tree 13 files changed +41
-53
lines changed Original file line number Diff line number Diff line change 6
6
"scripts" : {
7
7
"preinstall" : " cd ../../.. && npm i"
8
8
},
9
- "author" : " " ,
10
- "license" : " ISC"
11
- }
9
+ "license" : " MIT"
10
+ }
Original file line number Diff line number Diff line change 20
20
},
21
21
"repository" : {
22
22
"type" : " git" ,
23
- "url" : " git+https://github.com/netlify/netlify-plugin-nextjs .git"
23
+ "url" : " git+https://github.com/netlify/next-runtime .git"
24
24
},
25
- "author" : " " ,
26
25
"private" : true ,
27
26
"license" : " MIT" ,
28
27
"bugs" : {
29
- "url" : " https://github.com/netlify/netlify-plugin-nextjs /issues"
28
+ "url" : " https://github.com/netlify/next-runtime /issues"
30
29
},
31
- "homepage" : " https://github.com/netlify/netlify-plugin-nextjs #readme"
32
- }
30
+ "homepage" : " https://github.com/netlify/next-runtime #readme"
31
+ }
Original file line number Diff line number Diff line change 22
22
},
23
23
"repository" : {
24
24
"type" : " git" ,
25
- "url" : " git+https://github.com/netlify/netlify-plugin-nextjs .git"
25
+ "url" : " git+https://github.com/netlify/next-runtime .git"
26
26
},
27
- "author" : " " ,
28
27
"license" : " MIT" ,
29
28
"bugs" : {
30
- "url" : " https://github.com/netlify/netlify-plugin-nextjs /issues"
29
+ "url" : " https://github.com/netlify/next-runtime /issues"
31
30
},
32
- "homepage" : " https://github.com/netlify/netlify-plugin-nextjs #readme"
33
- }
31
+ "homepage" : " https://github.com/netlify/next-runtime #readme"
32
+ }
Original file line number Diff line number Diff line change 10
10
},
11
11
"repository" : {
12
12
"type" : " git" ,
13
- "url" : " git+https://github.com/netlify/netlify-plugin-nextjs .git"
13
+ "url" : " git+https://github.com/netlify/next-runtime .git"
14
14
},
15
- "author" : " " ,
16
15
"license" : " MIT" ,
17
16
"bugs" : {
18
- "url" : " https://github.com/netlify/netlify-plugin-nextjs /issues"
17
+ "url" : " https://github.com/netlify/next-runtime /issues"
19
18
},
20
- "homepage" : " https://github.com/netlify/netlify-plugin-nextjs #readme" ,
19
+ "homepage" : " https://github.com/netlify/next-runtime #readme" ,
21
20
"dependencies" : {
22
21
"@reach/dialog" : " ^0.16.2" ,
23
22
"@reach/visually-hidden" : " ^0.16.0" ,
36
35
"npm-run-all" : " ^4.1.5" ,
37
36
"typescript" : " ^4.6.3"
38
37
}
39
- }
38
+ }
Original file line number Diff line number Diff line change 21
21
" Nico Domino <yo@ndo.dev>" ,
22
22
" Lluis Agusti <hi@llu.lu>"
23
23
],
24
- "license" : " ISC " ,
24
+ "license" : " MIT " ,
25
25
"dependencies" : {
26
26
"next" : " ^12.2.0" ,
27
27
"next-auth" : " ^4.7.0" ,
45
45
"engines" : {
46
46
"node" : " >=16.0.0"
47
47
}
48
- }
48
+ }
Original file line number Diff line number Diff line change 20
20
},
21
21
"repository" : {
22
22
"type" : " git" ,
23
- "url" : " git+https://github.com/netlify/netlify-plugin-nextjs .git"
23
+ "url" : " git+https://github.com/netlify/next-runtime .git"
24
24
},
25
- "author" : " " ,
26
25
"private" : true ,
27
26
"license" : " MIT" ,
28
27
"bugs" : {
29
- "url" : " https://github.com/netlify/netlify-plugin-nextjs /issues"
28
+ "url" : " https://github.com/netlify/next-runtime /issues"
30
29
},
31
- "homepage" : " https://github.com/netlify/netlify-plugin-nextjs #readme"
32
- }
30
+ "homepage" : " https://github.com/netlify/next-runtime #readme"
31
+ }
Original file line number Diff line number Diff line change 6
6
"scripts" : {
7
7
"preinstall" : " cd ../../.. && npm i"
8
8
},
9
- "author" : " " ,
10
- "license" : " ISC"
11
- }
9
+ "license" : " MIT"
10
+ }
Original file line number Diff line number Diff line change 2
2
"name" : " local-plugin" ,
3
3
"version" : " 1.0.0" ,
4
4
"main" : " index.js" ,
5
- "author" : " " ,
6
5
"license" : " MIT" ,
7
6
"scripts" : {
8
7
"test" : " echo \" Error: no test specified\" && exit 1"
17
16
"npm-run-all" : " ^4.1.5" ,
18
17
"typescript" : " ^4.6.3"
19
18
}
20
- }
19
+ }
Original file line number Diff line number Diff line change 3
3
"version" : " 1.0.0" ,
4
4
"description" : " " ,
5
5
"main" : " index.js" ,
6
+ "private" : true ,
6
7
"scripts" : {
7
8
"preinstall" : " cd ../../.. && npm i"
8
- },
9
- "author" : " " ,
10
- "license" : " ISC"
11
- }
9
+ }
10
+ }
Original file line number Diff line number Diff line change 20
20
},
21
21
"repository" : {
22
22
"type" : " git" ,
23
- "url" : " git+https://github.com/netlify/netlify-plugin-nextjs .git"
23
+ "url" : " git+https://github.com/netlify/next-runtime .git"
24
24
},
25
- "author" : " " ,
26
25
"license" : " MIT" ,
27
26
"private" : true ,
28
27
"bugs" : {
29
- "url" : " https://github.com/netlify/netlify-plugin-nextjs /issues"
28
+ "url" : " https://github.com/netlify/next-runtime /issues"
30
29
},
31
- "homepage" : " https://github.com/netlify/netlify-plugin-nextjs #readme"
32
- }
30
+ "homepage" : " https://github.com/netlify/next-runtime #readme"
31
+ }
Original file line number Diff line number Diff line change 28
28
},
29
29
"repository" : {
30
30
"type" : " git" ,
31
- "url" : " git+https://github.com/netlify/netlify-plugin-nextjs .git"
31
+ "url" : " git+https://github.com/netlify/next-runtime .git"
32
32
},
33
33
"keywords" : [
34
34
" nextjs" ,
35
35
" netlify" ,
36
36
" next" ,
37
37
" netlify-plugin"
38
38
],
39
- "author" : " lindsaylevine" ,
40
39
"license" : " MIT" ,
41
40
"bugs" : {
42
- "url" : " https://github.com/netlify/netlify-plugin-nextjs /issues"
41
+ "url" : " https://github.com/netlify/next-runtime /issues"
43
42
},
44
- "homepage" : " https://github.com/netlify/netlify-plugin-nextjs #readme" ,
43
+ "homepage" : " https://github.com/netlify/next-runtime #readme" ,
45
44
"devDependencies" : {
46
45
"@babel/core" : " ^7.15.8" ,
47
46
"@babel/preset-env" : " ^7.15.8" ,
105
104
" demos/middleware" ,
106
105
" demos/custom-routes"
107
106
]
108
- }
107
+ }
Original file line number Diff line number Diff line change 24
24
},
25
25
"repository" : {
26
26
"type" : " git" ,
27
- "url" : " git+https://github.com/netlify/netlify-plugin-nextjs .git"
27
+ "url" : " git+https://github.com/netlify/next-runtime .git"
28
28
},
29
- "author" : " " ,
30
29
"license" : " MIT" ,
31
30
"bugs" : {
32
- "url" : " https://github.com/netlify/netlify-plugin-nextjs /issues"
31
+ "url" : " https://github.com/netlify/next-runtime /issues"
33
32
},
34
- "homepage" : " https://github.com/netlify/netlify-plugin-nextjs #readme" ,
33
+ "homepage" : " https://github.com/netlify/next-runtime #readme" ,
35
34
"engines" : {
36
35
"node" : " >=12.0.0"
37
36
}
Original file line number Diff line number Diff line change 51
51
},
52
52
"repository" : {
53
53
"type" : " git" ,
54
- "url" : " git+https://github.com/netlify/netlify-plugin-nextjs .git"
54
+ "url" : " git+https://github.com/netlify/next-runtime .git"
55
55
},
56
- "author" : " " ,
57
56
"license" : " MIT" ,
58
57
"bugs" : {
59
- "url" : " https://github.com/netlify/netlify-plugin-nextjs /issues"
58
+ "url" : " https://github.com/netlify/next-runtime /issues"
60
59
},
61
- "homepage" : " https://github.com/netlify/netlify-plugin-nextjs #readme" ,
60
+ "homepage" : " https://github.com/netlify/next-runtime #readme" ,
62
61
"engines" : {
63
62
"node" : " >=12.0.0"
64
63
}
65
- }
64
+ }
You can’t perform that action at this time.
0 commit comments