We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d21606f commit bf6bb95Copy full SHA for bf6bb95
regenerate.js
@@ -11,7 +11,10 @@ const mapping = {
11
12
const ignoredFiles = [
13
".gitignore",
14
+ ".npmignore",
15
+ "index.cjs.js",
16
"index.js",
17
+ "index.umd.js",
18
"LICENSE",
19
"package-lock.json",
20
"package.json",
rollup.config.js
@@ -7,6 +7,7 @@ export default {
7
format: "cjs"
8
},
9
{
10
+ exports: "named",
file: "index.umd.js",
format: "umd",
name: "@sandstreamdev/std"
0 commit comments