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 <[email protected] >" ,
22
22
" Lluis Agusti <[email protected] >"
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
+ }
You can’t perform that action at this time.
0 commit comments