Skip to content

Commit

Permalink
Dist files update
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjan Kempes authored and Arjan Kempes committed Jul 11, 2016
1 parent fbdb709 commit 98e9242
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,11 @@ module.exports = function (grunt) {
'cssmin'
]);

grunt.registerTask('deploy-path', [
'version::patch',
'ghpage'
]);

grunt.registerTask('ghpage', [
'build',
'clean:gh',
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-rateit",
"version": "3.0.1",
"version": "3.0.2",
"homepage": "https://github.com/akempes/angular-rateit",
"authors": [
"Arjan Kempes <[email protected]>"
Expand Down
4 changes: 2 additions & 2 deletions dist/ng-rateit.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ module
$scope.starWidth = $scope.starWidth || 16;
$scope.starPartWidth = $scope.starWidth * $scope.step;
$scope.starHeight = $scope.starHeight || 16;
$scope.canelWidth = $scope.canelWidth || 16;
$scope.cancelHeight = $scope.cancelHeight || 16;
$scope.canelWidth = $scope.canelWidth || $scope.starWidth;
$scope.cancelHeight = $scope.cancelHeight || $scope.starHeight;

var diff = $scope.max - $scope.min,
steps = diff / $scope.step,
Expand Down
2 changes: 1 addition & 1 deletion dist/ng-rateit.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-rateit",
"version": "3.0.1",
"version": "3.0.2",
"dependencies": {},
"repository": {
"type": "git",
Expand Down

0 comments on commit 98e9242

Please sign in to comment.