Skip to content

Commit

Permalink
fixed composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pfefferle committed May 8, 2014
1 parent 1c1bb3d commit 3a8cfd9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ module.exports = function (grunt) {
dest: 'composer.json',
// the fields in an Array Grouping with some embedded Object Groupings
fields: {
'name': null,
'description': null,
'keywords': null,
'license': null
Expand All @@ -93,4 +92,4 @@ module.exports = function (grunt) {
// Default task(s).
grunt.registerTask('default', ['sass', 'update_json']);

};
};
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
"README.md"
],
"description": "OpenWeb Icons"
}
}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "openwebicons",
"name": "pfefferle/openwebicons",
"description": "OpenWeb Icons",
"keywords": [
"openweb",
Expand Down

0 comments on commit 3a8cfd9

Please sign in to comment.