Skip to content

Commit

Permalink
add pkg to gruntfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aydrian committed May 12, 2015
1 parent 5e60048 commit 176ff93
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = function(grunt) {
// Configure existing grunt tasks and create custom ones
grunt.initConfig({
config: config,

pkg: grunt.file.readJSON('package.json'),
jshint: {
files: [
'index.js',
Expand All @@ -29,7 +29,6 @@ module.exports = function(grunt) {
jshintrc: './.jshintrc'
}
},

bump: {
options: {
files: [ 'package.json' ]
Expand All @@ -45,7 +44,6 @@ module.exports = function(grunt) {
, gitDescribeOptions: '--tags --always --abbrev=1 --dirty=-d'
}
},

shell: {
test: {
command : '<%= config.binPath %>/istanbul cover --report lcov --dir test/reports/ <%= config.binPath %>/_mocha test/spec -- --reporter ' + reporter,
Expand Down

0 comments on commit 176ff93

Please sign in to comment.