Skip to content

Commit

Permalink
chore: release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
WittBulter committed Feb 20, 2019
1 parent 87008df commit 2fd5858
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "koa2-typescript-guide",
"version": "0.1.0",
"version": "0.1.1",
"description": "the best practice of building Koa2 with TypeScript",
"main": "index.js",
"main": "app.ts",
"scripts": {
"test": "mocha",
"cover:local": "nyc mocha;open coverage/lcov-report/index.html",
Expand Down

0 comments on commit 2fd5858

Please sign in to comment.