Skip to content

Commit

Permalink
Merge branch 'release/v0.8.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelBinpar committed May 27, 2020
2 parents 7cbae7b + 71f407c commit 26ff540
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 47 deletions.
20 changes: 19 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "server",
"version": "0.7.0",
"version": "0.8.0",
"description": "Application logic and runtime server",
"engines": {
"node": ">=12"
Expand Down Expand Up @@ -45,11 +45,12 @@
"license": "MIT",
"homepage": "https://a2r.com/",
"dependencies": {
"@a2r/fs": "^1.1.4",
"@a2r/telemetry": "^1.0.29",
"chalk": "^4.0.0",
"express": "^4.17.1",
"socket.io": "^2.2.0",
"snyk": "^1.328.0"
"snyk": "^1.328.0",
"socket.io": "^2.2.0"
},
"devDependencies": {
"@types/express": "^4.17.6",
Expand Down
41 changes: 0 additions & 41 deletions tools/fs.ts

This file was deleted.

3 changes: 1 addition & 2 deletions utils/getApi.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import path from 'path';
import { getFilesRecursively } from '@a2r/fs';

import { APIStructure, APIModule } from '../model/api';

import { getFilesRecursively } from '../tools/fs';

import { apiFileExtension } from '../settings';

/**
Expand Down

0 comments on commit 26ff540

Please sign in to comment.