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

Eslint + npm #410

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Eslint + npm #410

wants to merge 5 commits into from

Commits on Feb 9, 2021

  1. - Breaking change: Remove bower-registry-client build (bower deprecated)

    - Update: Use new SourceMapConsumer API in test
    - Build: Provide browserified builds with npm package
    - Travis: Drop 4, 6, 8; Add 10, 12, 14; check build
    - Maintenance: Add `.editorconfig`
    - Docs: Use fenced code blocks in README (for syntax highlighting)
    - npm: Add `bugs`, `keywords`, change from `maintainers` to `authors`/`contributors`
    - npm: Restore `optionator` to a regular dep. (used in published binary file)
    - npm: Drop unused semver, minimist
    - npm: Bump deps. (estraverse, optionator, optional source-map potentially breaking) and devDeps.
    - npm: Drop bluebird in favor of ES Promises
    - npm: Use more recently maintained browserify + uglifyify
    - npm: Replace linting and testing scripts in Gulpfile with npm scripts
    brettz9 committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    2688dd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7b4b17 View commit details
    Browse the repository at this point in the history
  3. - npm: update devDeps.

    - npm: Update package-lock version
    brettz9 committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    0f08206 View commit details
    Browse the repository at this point in the history
  4. - npm: update estraverse

    - npm: update devDeps.
    - npm: Update package-lock version
    brettz9 committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    77da34c View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. - npm: Update devDeps.

    brettz9 committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    5f23e07 View commit details
    Browse the repository at this point in the history