Skip to content

Commit

Permalink
Merge 0805757 into 292f2ab
Browse files Browse the repository at this point in the history
  • Loading branch information
ForbesLindesay committed Mar 21, 2022
2 parents 292f2ab + 0805757 commit a32944c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .npmignore
Expand Up @@ -10,6 +10,20 @@ coverage/
# NPM stuff
node_modules/
npm-debug.log*
.npmignore

# Mac stuff
.DS_Store

.github
.editorconfig
.eslintrc
.gitattributes
.gitignore
.prettierignore
.prettierrc.yml
.size-snapshot.json
funtypes-0.0.0.tgz
rollup.config.js
tsconfig.json
yarn.lock
12 changes: 12 additions & 0 deletions readonly/package.json
@@ -0,0 +1,12 @@
{
"main": "../lib/readonly.js",
"module": "../lib/readonly.mjs",
"types": "../lib/readonly.d.ts",
"exports": {
".": {
"types": "./../lib/readonly.d.ts",
"import": "./../lib/readonly.mjs",
"default": "./../lib/readonly.js"
}
}
}

0 comments on commit a32944c

Please sign in to comment.