Skip to content

Commit

Permalink
updated the package name and description
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Malibiran committed Nov 7, 2019
1 parent 78e8ea7 commit e432dab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koa-typescript-api-v2",
"name": "koi",
"version": "1.0.0",
"description": "",
"description": "A Koa-Typescript Boilerplate",
"main": "dist/server.js",
"scripts": {
"start-dev": "nodemon --watch 'src/**/*' -e ts,tsx --exec ts-node src/server.ts",
Expand All @@ -14,9 +14,9 @@
},
"repository": {
"type": "git",
"url": "git@code.98labs.com:boilerplates/koa-typescript-api-v2.git"
"url": "git@github.com:98labs/koi.git"
},
"author": "98labs",
"author": "98Labs, Inc.",
"license": "MIT",
"devDependencies": {
"@types/chai": "^4.1.7",
Expand Down

0 comments on commit e432dab

Please sign in to comment.