File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,14 @@ vile:
1414 - tags
1515 - .ctags
1616 - .git
17+ - .gitattributes
1718 - circle.yml
1819 - .editorconfig
1920 - .eslintignore
2021 - .eslintrc
2122 - .gitignore
2223 - .npmrc
24+ - .nyc_output
2325 - tags
2426 - tmp
2527 - tsconfig.json
Original file line number Diff line number Diff line change 2424 "dev" : " bin/dev" ,
2525 "test" : " globstar -- _mocha \" test/spec/**/*.coffee\" " ,
2626 "test-cov" : " nyc -r json -r lcov -r text -x test -x **/node_modules/** npm run -s test" ,
27- "vile" : " vile a -u -n " ,
27+ "vile" : " vile a -unx src:lib " ,
2828 "release-it" : " release-it"
2929 },
3030 "keywords" : [
6262 "vile-coverage" : " ^0.2.15" ,
6363 "vile-depcheck" : " ^0.1.13" ,
6464 "vile-eclint" : " ^0.1.14" ,
65+ "vile-escomplex" : " ^0.1.5" ,
6566 "vile-eslint" : " ^0.1.14" ,
6667 "vile-git" : " ^0.5.3" ,
6768 "vile-language" : " ^0.1.13" ,
You can’t perform that action at this time.
0 commit comments