Skip to content

Commit

Permalink
build v4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sboivinsystra committed Jun 28, 2023
1 parent 76ade56 commit dfa1def
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 23 deletions.
14 changes: 0 additions & 14 deletions dist/404.html

This file was deleted.

2 changes: 1 addition & 1 deletion dist/build.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/build.js.map

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions dist/config.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/config.js.map

This file was deleted.

2 changes: 1 addition & 1 deletion dist/vendor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vendor.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Network Editor",
"author": "Simon Fortin <[email protected]>; Simon Boivin <[email protected]>",
"license": "MIT",
"version": "4.7.c",
"version": "4.7.0",
"private": true,
"scripts": {
"clean": "rm -rf dist && rm -f src/config.js",
Expand Down
2 changes: 1 addition & 1 deletion src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const $gettext = s => s
const router = new Router({
linkExactActiveClass: 'active',
mode: 'history',
base: '/quetzal-network-editor-dev/',
base: '/quetzal-network-editor/',
routes: [
{
path: '/',
Expand Down

0 comments on commit dfa1def

Please sign in to comment.