Skip to content

Commit

Permalink
reverted syncing main, fixes #10
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Jan 12, 2015
1 parent f1251c7 commit 89b15f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "grunt-npm2bower-sync",
"description": "Grunt plugin syncing properties from package.json to bower.json",
"version": "0.6.0",
"version": "0.7.0",
"homepage": "https://github.com/bahmutov/grunt-npm2bower-sync",
"author": {
"name": "Gleb Bahmutov",
Expand Down
3 changes: 1 addition & 2 deletions tasks/sync.js
Expand Up @@ -39,8 +39,7 @@ module.exports = function (grunt) {
'description',
'private',
'license',
'homepage',
'main'
'homepage'
];
var overridesToSync = configValues.overrides || {};

Expand Down

0 comments on commit 89b15f8

Please sign in to comment.