-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Haris Sulaiman <[email protected]> publish to npm Signed-off-by: Haris Sulaiman <[email protected]> yarn install Signed-off-by: Haris Sulaiman <[email protected]> rename package Signed-off-by: Haris Sulaiman <[email protected]>
- Loading branch information
1 parent
f25cdaa
commit ae6b3a5
Showing
2 changed files
with
7 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "koa-nextjs", | ||
"name": "koa-nextjs-compat", | ||
"version": "0.0.1", | ||
"source": "src/index.js", | ||
"main": "dist/index.js", | ||
|
@@ -8,17 +8,14 @@ | |
"email": "[email protected]", | ||
"name": "Haris Sulaiman" | ||
}, | ||
"repository": "harisvsulaiman/koa-nextjs", | ||
"repository": "git://github.com/harisvsulaiman/koa-nextjs.git", | ||
"scripts": { | ||
"build": "microbundle", | ||
"dev": "microbundle watch", | ||
"pretest": "yarn build", | ||
"prepublish": "yarn test", | ||
"test": "jest" | ||
}, | ||
"publishConfig": { | ||
"registry": "https://npm.pkg.github.com" | ||
}, | ||
"dependencies": { | ||
"koa": "^2.13.1", | ||
"koa-compose": "^4.1.0", | ||
|