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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update .npmignore #1274

Closed
wants to merge 1 commit into from
Closed

Update .npmignore #1274

wants to merge 1 commit into from

Commits on Jan 29, 2018

  1. Update .npmignore

    Trim the fat on the prism.js npm package.
    
    Ignore:
    tests/ - not necessary for production
    .tgz - used while testing packages w/ `npm pack`
    bower.json - not necessary in a NPM package
    composer.json - not necessary in a NPM package
    components.js - used internally
    examples.js - used internally
    gulpfile.js - used for dev only
    .editorconfig - used for dev only
    .gitattributes - used for dev only
    .travis.yml - used for dev only
    evanplaice committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    10c404f View commit details
    Browse the repository at this point in the history