File tree Expand file tree Collapse file tree 3 files changed +19
-5
lines changed
Expand file tree Collapse file tree 3 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 44 "commit" : false ,
55 "linked" : [],
66 "access" : " public" ,
7- "baseBranch" : " master " ,
7+ "baseBranch" : " main " ,
88 "updateInternalDependencies" : " patch" ,
99 "ignore" : []
1010}
Original file line number Diff line number Diff line change 1+ ---
2+ ' nextjs-koa-api ' : major
3+ ---
4+
5+ Initial release
Original file line number Diff line number Diff line change 11{
22 "name" : " nextjs-koa-api" ,
33 "version" : " 0.0.0" ,
4- "description" : " " ,
5- "keywords" : [],
6- "private" : true ,
4+ "description" : " Koa.js setup to be used with with Next.js api routes" ,
5+ "keywords" : [
6+ " nextjs" ,
7+ " next.js" ,
8+ " koa" ,
9+ " koa.js" ,
10+ " koa router" ,
11+ " koa api" ,
12+ " nextjs api" ,
13+ " next.js api" ,
14+ " koa serverles"
15+ ],
16+ "private" : false ,
717 "author" : " Ivan Vlatković" ,
818 "license" : " MIT" ,
919 "type" : " module" ,
1020 "main" : " ./dist/prod/index.cjs" ,
1121 "module" : " ./dist/prod/index.modern.js" ,
1222 "exports" : {
1323 "require" : " ./dist/prod/index.cjs" ,
14- "development" : " ./dist/dev/index.modern.js" ,
1524 "default" : " ./dist/prod/index.modern.js"
1625 },
1726 "types" : " ./dist/types/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments