1
0
Fork 0

build: fix main, do not bundle source map or vendor source dir

This commit is contained in:
ssube 2019-06-15 18:43:18 -05:00
parent b1ba817e74
commit da85fb3f57
2 changed files with 4 additions and 2 deletions

View File

@ -5,9 +5,11 @@ deploy/
node_modules/ node_modules/
out/*.html out/*.html
out/*.json out/*.json
out/*.map
scripts/ scripts/
src/ src/
test/ test/
vendor/
.codeclimate.yml .codeclimate.yml
.gitlab-ci.yml .gitlab-ci.yml

View File

@ -1,8 +1,8 @@
{ {
"name": "salty", "name": "salty-dog",
"version": "0.1.0", "version": "0.1.0",
"description": "YAML linter, transformer, and validator", "description": "YAML linter, transformer, and validator",
"main": "out/index.js", "main": "out/bundle.js",
"directories": { "directories": {
"doc": "docs", "doc": "docs",
"test": "test" "test": "test"