mirror of https://github.com/embarklabs/embark.git
refactor(@embarkjs/snark): use same "main" pattern as other packages
This commit is contained in:
parent
11b53970fb
commit
ece942b3a8
|
@ -0,0 +1 @@
|
|||
module.exports = require('./dist/node');
|
|
@ -22,7 +22,7 @@
|
|||
"type": "git",
|
||||
"url": "https://github.com/embark-framework/embark.git"
|
||||
},
|
||||
"main": "./dist/node/index.js",
|
||||
"main": "./index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"browser": {
|
||||
"./dist/node/index.js": "./dist/browser/index.js",
|
||||
|
|
Loading…
Reference in New Issue