From da85fb3f57138a0f792cae710d2569781ce05293 Mon Sep 17 00:00:00 2001 From: ssube Date: Sat, 15 Jun 2019 18:43:18 -0500 Subject: [PATCH] build: fix main, do not bundle source map or vendor source dir --- .npmignore | 2 ++ package.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.npmignore b/.npmignore index 14c7b27..2b2f122 100644 --- a/.npmignore +++ b/.npmignore @@ -5,9 +5,11 @@ deploy/ node_modules/ out/*.html out/*.json +out/*.map scripts/ src/ test/ +vendor/ .codeclimate.yml .gitlab-ci.yml diff --git a/package.json b/package.json index acf6d25..6362880 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { - "name": "salty", + "name": "salty-dog", "version": "0.1.0", "description": "YAML linter, transformer, and validator", - "main": "out/index.js", + "main": "out/bundle.js", "directories": { "doc": "docs", "test": "test"