Skip to content

Commit e9b82d4

Browse files
committed
feat(exports): defined an exports map to make this a true dual-package
BREAKING CHANGE: an exports map has been defined for the package, which further restricts access to files published with the package
1 parent 827a9c0 commit e9b82d4

File tree

4 files changed

+1176
-27
lines changed

4 files changed

+1176
-27
lines changed

example.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// remark-usage-ignore-next
33
import stubbedFs from 'mock-fs';
44
import {packageManagers} from '@form8ion/javascript-core';
5-
import {scaffold, test, lift} from './lib/index.cjs';
5+
import {scaffold, test, lift} from './lib/index.js';
66

77
// remark-usage-ignore-next
88
stubbedFs({'package.json': JSON.stringify({version: '0.0.0-semantically-released'})});

0 commit comments

Comments
 (0)