Skip to content

Commit

Permalink
Dependency cleanup
Browse files Browse the repository at this point in the history
-Added some files to ignore in npmignore
-Removed grunt-contrib as a dep
-Added bin/grunt-cucumber

Signed-off-by: Omar Gonzalez <[email protected]>
  • Loading branch information
s9tpepper committed Aug 3, 2012
1 parent 3ecd496 commit bf617bc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
/node_modules/
.idea
*.iml
.DS_Store
2 changes: 2 additions & 0 deletions bin/grunt-cucumber
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env node
require('grunt').npmTasks('grunt-cucumber').cli();
2 changes: 0 additions & 2 deletions grunt.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ module.exports = function (grunt) {
}
});

grunt.loadNpmTasks('grunt-contrib');

grunt.loadTasks("tasks");

grunt.registerTask('default', 'lint cucumberjs');
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,13 @@
},
"devDependencies" : {
"grunt" : "~0.3.9",
"grunt-contrib": "~0.1.4",
"cucumber": "~0.2.19"
},
"keywords" : [
"gruntplugin"
"gruntplugin",
"grunt",
"plugins",
"builds",
"ci"
]
}

0 comments on commit bf617bc

Please sign in to comment.