We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9e2c1f commit e28f4f4Copy full SHA for e28f4f4
index.mjs
@@ -0,0 +1 @@
1
+export { default as int } from './int'
package.json
@@ -2,7 +2,13 @@
2
"name": "fictional",
3
"description": "Generate fake data deterministically from a given input",
4
"version": "0.0.0",
5
+ "type": "commonjs",
6
"main": "index.js",
7
+ "module": "index.mjs",
8
+ "exports": {
9
+ "import": "index.mjs",
10
+ "require": "index.js"
11
+ },
12
"repository": "git@github.com:oftherivier/fictional.git",
13
"author": "Justin van der Merwe",
14
"license": "MIT",
0 commit comments