Skip to content

Commit

Permalink
Remove un-needed bower.json additional file for gurnt release task.
Browse files Browse the repository at this point in the history
Version in bower.json is now deprecated (https://github.com/bower/spec/blob/master/json.md#version)
  • Loading branch information
ediblecode committed Jan 25, 2017
1 parent 17aea44 commit f8d7cdd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .grunt-tasks/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ module.exports = {
apiRoot: "https://api.github.com",
repo: "nhsevidence/NICE-experience",
accessTokenVar: "GITHUB_ACCESS_TOKEN"
},
additionalFiles: [/*"bower.json"*/]
}
}
};

0 comments on commit f8d7cdd

Please sign in to comment.