rtjscomp 0.8.7 → 0.8.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/rtjscomp.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rtjscomp",
3
- "version": "0.8.7",
3
+ "version": "0.8.8",
4
4
  "description": "php-like server but with javascript",
5
5
  "repository": {
6
6
  "type": "git",
package/rtjscomp.js CHANGED
@@ -974,7 +974,7 @@ await Promise.all([
974
974
  }
975
975
  }
976
976
  else {
977
- path_aliases_reverse.set(value, key);
977
+ path_aliases_reverse.set(value, '/' + key);
978
978
  }
979
979
  }
980
980
  }),