Skip to content

Commit

Permalink
Merge branch 'release/0.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsafur committed Jan 7, 2020
2 parents e6a3e91 + da13e16 commit 1b0daaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bus",
"version": "0.0.1",
"version": "0.1.0",
"description": "Bus pour microservice",
"main": "index.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import Server from "@/utils/server";
import "module-alias/register";
// tslint:disable-next-line: ordered-imports
import Server from "@/utils/server";

// import pjson from "../package.json";

Expand Down

0 comments on commit 1b0daaa

Please sign in to comment.