Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name" : "grunt-secure-config",
"description" : "Grunt tasks for management of secure-config encrypted JSON files.",
"version" : "0.0.1",
"name": "grunt-secure-config",
"description": "Grunt tasks for management of secure-config encrypted JSON files.",
"version": "0.0.1",
"main": "Gruntfile.js",
"repository": {
"type": "git",
Expand All @@ -25,7 +25,7 @@
"grunt-contrib-jshint": "~0.4.3"
},
"peerDependencies": {
"grunt": "~0.4.0"
"grunt": ">=0.4.0"
},
"engines": {
"node": ">=0.8"
Expand Down