Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: codeclimate/javascript-test-reporter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.2
Choose a base ref
...
head repository: codeclimate/javascript-test-reporter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 19c1a15
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jun 6, 2016

  1. Merge pull request #40 from codeclimate/devon/release-v0.3.2

    Bump version to v0.3.2
    dblandin committed Jun 6, 2016
    Configuration menu
    Copy the full SHA
    678ed6b View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2016

  1. Remove npm-shrinkwrap file (#42)

    * Remove npm-shrinkwrap file
    
    Including the `npm-shrinkwrap.json` file [causes an npm error][issue] for users
    installing the `codeclimate-test-reporter` package on Node `4`.
    
    Since shrinkwrap-ing doesn't provide much value in the context of a published
    package, this commit simply removes the file.
    
    [issue]: #41
    
    * Disable nodesecurity engine from CC analysis
    
    We removed the `npm-shrinkwrap.json` file so this engine is no longer
    appropriate.
    dblandin authored Jun 14, 2016
    Configuration menu
    Copy the full SHA
    19c1a15 View commit details
    Browse the repository at this point in the history
Loading