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/
out/*.html
out/*.json
out/*.map
scripts/
src/
test/
vendor/
.codeclimate.yml
.gitlab-ci.yml

View File

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