1
0
Fork 0

build(package): set module entry point to main bundle

This commit is contained in:
ssube 2019-06-30 16:25:05 -05:00
parent d5c129e6b7
commit 7e2d20eb00
1 changed files with 2 additions and 2 deletions

View File

@ -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"
},