Skip to content

Commit eb550ad

Browse files
committed
initial release
1 parent 09c6d83 commit eb550ad

File tree

3 files changed

+19
-5
lines changed

3 files changed

+19
-5
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"commit": false,
55
"linked": [],
66
"access": "public",
7-
"baseBranch": "master",
7+
"baseBranch": "main",
88
"updateInternalDependencies": "patch",
99
"ignore": []
1010
}

.changeset/flat-monkeys-tie.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'nextjs-koa-api': major
3+
---
4+
5+
Initial release

lib/koa-api/package.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,26 @@
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",

0 commit comments

Comments
 (0)