Skip to content
This repository has been archived by the owner on Jan 25, 2020. It is now read-only.

(grunt) Fix missing deps #48

Closed

Conversation

sixlettervariables
Copy link

This PR fixes some missing dependencies related to the Gruntfile packaged with express-enrouten. The Gruntfile also referenced mocha, which was not used in this package. The grunt task for tape has been used instead.

Added to package.json:

  • grunt
  • grunt-contrib-jshint
  • grunt-tape

Grunt can now be used for testing and linting.

Missing: grunt, grunt-contrib-jshint, grunt-tape.
Updated: Gruntfile reference mocha which is not used.
@totherik
Copy link
Member

Thanks for the PR @sixlettervariables, but the gruntfile is an unfortunate remnant from the previous version. It's not meant to be used and the current preferred way to run tests, coverage, and linting is through the npm scripts "test," "cover," and "lint."

@totherik totherik closed this Aug 18, 2014
@totherik totherik mentioned this pull request Aug 18, 2014
@sixlettervariables sixlettervariables deleted the fix-missing-deps branch August 18, 2014 02:24
@sixlettervariables
Copy link
Author

Deleting is always the simpler fix!

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

Successfully merging this pull request may close these issues.

None yet

2 participants