Skip to content

Commit

Permalink
maint/dist ~ update
Browse files Browse the repository at this point in the history
  • Loading branch information
rivy committed Jan 31, 2021
1 parent 71f9cd5 commit 45522ba
Show file tree
Hide file tree
Showing 11 changed files with 79 additions and 120 deletions.
4 changes: 2 additions & 2 deletions dist/cjs/index.js

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

72 changes: 31 additions & 41 deletions dist/cjs/lib/OSPaths.js

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

2 changes: 0 additions & 2 deletions dist/cjs/platform-adapters/browser.js

This file was deleted.

4 changes: 2 additions & 2 deletions dist/esm/index.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { OSPathsAdaptionBuilder_ } from './lib/OSPaths.mjs';
import { Adapt } from './lib/OSPaths.mjs';
import { adapter } from './platform-adapters/node.mjs';

var default_ = OSPathsAdaptionBuilder_(adapter);
var default_ = Adapt(adapter).OSPaths;
var haveModuleExports_ = typeof module === 'object' && module.exports;
if (haveModuleExports_) {
module.exports = default_;
Expand Down

0 comments on commit 45522ba

Please sign in to comment.