build(package): set module entry point to main bundle
This commit is contained in:
parent
d5c129e6b7
commit
7e2d20eb00
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"name": "salty-dog",
|
||||
"version": "0.4.1",
|
||||
"description": "YAML linter, transformer, and validator",
|
||||
"main": "out/index.js",
|
||||
"description": "Rule-based YAML validator using JSON schemas",
|
||||
"main": "out/main.js",
|
||||
"bin": {
|
||||
"salty-dog": "out/index.js"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue