Skip to content

Commit

Permalink
New version 0.0.1-beta.15 Read more https://github.com/mappable-world…
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed Jul 20, 2023
1 parent 05e89ab commit e95c084
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mappable-world/mappable-cli",
"version": "0.0.1-beta.14",
"version": "0.0.1-beta.15",
"description": "Library for encapsulating the logic of autotests and building packages mappable.world js API",
"main": "dist/index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion tools/replace.middleware.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const fs = require('fs');
const stream = require('stream');

module.exports.replaceMiddleware = (middleares, devServer) => {
devServer.app.get('/*', (req, res, next) => {
devServer.app.get('/*', (req, res) => {
const file = path.join(dir, req.url);

if (!fs.existsSync(file)) {
Expand Down

0 comments on commit e95c084

Please sign in to comment.