build: fix main, do not bundle source map or vendor source dir
This commit is contained in:
parent
b1ba817e74
commit
da85fb3f57
|
@ -5,9 +5,11 @@ deploy/
|
|||
node_modules/
|
||||
out/*.html
|
||||
out/*.json
|
||||
out/*.map
|
||||
scripts/
|
||||
src/
|
||||
test/
|
||||
vendor/
|
||||
|
||||
.codeclimate.yml
|
||||
.gitlab-ci.yml
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue