debitoor / chai-subset

"containSubset" object properties matcher for Chai
http://chaijs.com/plugins/chai-subset/
MIT License
82 stars 20 forks source link

Specify exactly which files to package #27

Closed MarkHerhold closed 8 years ago

MarkHerhold commented 8 years ago

Currently, chai-subset packages the following files up when chai-subset is versioned:

  8B .eslintignore
505B .eslintrc
107B .jscsrc
 59B .npmignore
112B .travis.yml
1.0K LICENSE
1.7K README.md
204B coverage
102B lib
2.2K package.json

Only package.json, README.md, LICENSE, and lib are really needed. Specifying the "files" key in package.json will limit these files, removing the need for .npmignore as well.

https://docs.npmjs.com/files/package.json#files

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling c9de021564ee85ae2991967adc33506446d66b59 on MarkHerhold:master into b0de33df55a80a62df6f6b573a488a759486887d on debitoor:master.

eagleeye commented 8 years ago

Great contribution, @MarkHerhold , thanks a lot!

eagleeye commented 8 years ago

much better now image btw chai-subset 1.2.2 is out ;)