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 6f3498a commit 2ebac8bCopy full SHA for 2ebac8b
main.mjs
@@ -0,0 +1,8 @@
1
+
2
3
+/* eslint no-console: 0 */
4
5
+'use strict';
6
7
+import { default as phpcgijs} from './main.js';
8
+export default phpcgijs;
package.json
@@ -15,6 +15,10 @@
15
"test": "mocha --reporter spec --recursive --config ./mocha.test.config.js"
16
},
17
"main": "./main.js",
18
+ "exports": {
19
+ "require": "./main.js",
20
+ "import": "./main.mjs"
21
+ },
22
"dependencies": {
23
"cgijs": "^1.1.0",
24
"shelljs": "0.6.1"
0 commit comments