Add src to files

This commit is contained in:
Brian Beck 2017-05-15 22:02:25 -07:00
parent 8447161f29
commit c9d9cb944b

View file

@ -7,6 +7,7 @@
"files": [ "files": [
"lib", "lib",
"scripts", "scripts",
"src",
"cli.js", "cli.js",
"Procfile", "Procfile",
"schema.json", "schema.json",
@ -28,7 +29,6 @@
"deploy": "./scripts/deploy.sh", "deploy": "./scripts/deploy.sh",
"lint": "standard --verbose | snazzy", "lint": "standard --verbose | snazzy",
"lint:fix": "standard --verbose --fix", "lint:fix": "standard --verbose --fix",
"preinstall": "ls",
"postinstall": "postinstall-build lib --script build:lib", "postinstall": "postinstall-build lib --script build:lib",
"prepublish": "npm run clean:lib && npm run build:lib", "prepublish": "npm run clean:lib && npm run build:lib",
"preversion": "npm run update-schema && npm run build:docs && git add schema.json docs", "preversion": "npm run update-schema && npm run build:docs && git add schema.json docs",