Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use files in package.json #2394

Merged
merged 1 commit into from Nov 18, 2016
Merged

Use files in package.json #2394

merged 1 commit into from Nov 18, 2016

Conversation

SimenB
Copy link
Contributor

@SimenB SimenB commented Sep 26, 2016

Easier to maintain a whitelist than a blacklist 馃槃

Before:

-rw-r--r--  1 1115076382  1503010931 2085  Sep 26 13:25 package/package.json
-rw-r--r--  1 1115076382  1503010931   70  Sep 26 13:25 package/.npmignore
-rw-r--r--  1 1115076382  1503010931 41449 Sep 26 13:25 package/README.md
-rw-r--r--  1 1115076382  1503010931  9140 Sep 26 13:25 package/LICENSE
-rwxr-xr-x  1 1115076382  1503010931  4030 Sep 26 13:25 package/index.js
-rw-r--r--  1 1115076382  1503010931 40318 Sep 26 13:25 package/request.js
-rw-r--r--  1 1115076382  1503010931   411 Sep 26 13:25 package/.travis.yml
-rw-r--r--  1 1115076382  1503010931    16 Sep 26 13:25 package/codecov.yml
-rw-r--r--  1 1115076382  1503010931 61955 Sep 26 13:25 package/CHANGELOG.md
-rw-r--r--  1 1115076382  1503010931  4777 Sep 26 13:25 package/lib/auth.js
-rw-r--r--  1 1115076382  1503010931   969 Sep 26 13:25 package/lib/cookies.js
-rw-r--r--  1 1115076382  1503010931  2268 Sep 26 13:25 package/lib/getProxyFromURI.js
-rw-r--r--  1 1115076382  1503010931  4821 Sep 26 13:25 package/lib/har.js
-rw-r--r--  1 1115076382  1503010931  1624 Sep 26 13:25 package/lib/helpers.js
-rw-r--r--  1 1115076382  1503010931  2633 Sep 26 13:25 package/lib/multipart.js
-rw-r--r--  1 1115076382  1503010931  3954 Sep 26 13:25 package/lib/oauth.js
-rw-r--r--  1 1115076382  1503010931  1333 Sep 26 13:25 package/lib/querystring.js
-rw-r--r--  1 1115076382  1503010931  4432 Sep 26 13:25 package/lib/redirect.js
-rw-r--r--  1 1115076382  1503010931  4537 Sep 26 13:25 package/lib/tunnel.js
-rw-r--r--  1 1115076382  1503010931  3264 Sep 26 13:25 package/CONTRIBUTING.md
-rw-r--r--  1 1115076382  1503010931  1465 Sep 26 13:25 package/.eslintrc

After:

-rw-r--r--  1 1115076382  1503010931 2148  Sep 26 13:29 package/package.json
-rw-r--r--  1 1115076382  1503010931 41449 Sep 26 13:25 package/README.md
-rw-r--r--  1 1115076382  1503010931  9140 Sep 26 13:25 package/LICENSE
-rwxr-xr-x  1 1115076382  1503010931  4030 Sep 26 13:25 package/index.js
-rw-r--r--  1 1115076382  1503010931 40318 Sep 26 13:25 package/request.js
-rw-r--r--  1 1115076382  1503010931 61955 Sep 26 13:25 package/CHANGELOG.md
-rw-r--r--  1 1115076382  1503010931  4777 Sep 26 13:25 package/lib/auth.js
-rw-r--r--  1 1115076382  1503010931   969 Sep 26 13:25 package/lib/cookies.js
-rw-r--r--  1 1115076382  1503010931  2268 Sep 26 13:25 package/lib/getProxyFromURI.js
-rw-r--r--  1 1115076382  1503010931  4821 Sep 26 13:25 package/lib/har.js
-rw-r--r--  1 1115076382  1503010931  1624 Sep 26 13:25 package/lib/helpers.js
-rw-r--r--  1 1115076382  1503010931  2633 Sep 26 13:25 package/lib/multipart.js
-rw-r--r--  1 1115076382  1503010931  3954 Sep 26 13:25 package/lib/oauth.js
-rw-r--r--  1 1115076382  1503010931  1333 Sep 26 13:25 package/lib/querystring.js
-rw-r--r--  1 1115076382  1503010931  4432 Sep 26 13:25 package/lib/redirect.js
-rw-r--r--  1 1115076382  1503010931  4537 Sep 26 13:25 package/lib/tunnel.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants