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 11b5397 commit ece942bCopy full SHA for ece942b
packages/embarkjs/snark/index.js
@@ -0,0 +1 @@
1
+module.exports = require('./dist/node');
packages/embarkjs/snark/package.json
@@ -22,7 +22,7 @@
22
"type": "git",
23
"url": "https://github.com/embark-framework/embark.git"
24
},
25
- "main": "./dist/node/index.js",
+ "main": "./index.js",
26
"types": "./dist/index.d.ts",
27
"browser": {
28
"./dist/node/index.js": "./dist/browser/index.js",
0 commit comments