Skip to content

Commit

Permalink
Do not require "package.json", not used
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba-kubula committed Feb 9, 2015
1 parent 89866e7 commit bf34728
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Build Status](https://travis-ci.org/apiaryio/gavel.js.png?branch=master)](https://travis-ci.org/apiaryio/gavel.js)
[![Dependency Status](https://david-dm.org/apiaryio/gavel.js.png)](https://david-dm.org/apiaryio/gavel.js)
[![devDependency Status](https://david-dm.org/apiaryio/gavel.js/dev-status.png)](https://david-dm.org/apiaryio/gavel.js#info=devDependencies)
[![Coverage Status](https://coveralls.io/repos/apiaryio/gavel.js/badge.png?branch=coverage)](https://coveralls.io/r/apiaryio/gavel.js?branch=coverage)
[![Coverage Status](https://coveralls.io/repos/apiaryio/gavel.js/badge.png)](https://coveralls.io/r/apiaryio/gavel.js)

![Gavel logo](https://raw.github.com/apiaryio/gavel/master/img/gavel.png)

Expand Down
2 changes: 0 additions & 2 deletions src/mixins/validatable-http-message.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ jsonlint = require 'jsonlint'
mediaTyper = require 'media-typer'
validators = require '../validators'

packageInfo = require '../../package'

# validatable mixin.
#
# @mixin
Expand Down
2 changes: 1 addition & 1 deletion test/cucumber/features

0 comments on commit bf34728

Please sign in to comment.