Skip to content

Commit

Permalink
Fix typo & added scripts to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
akempes committed Oct 6, 2017
1 parent 8d4cbe4 commit 7656375
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ module.exports = function (grunt) {
'cssmin'
]);

grunt.registerTask('deploy-path', [
grunt.registerTask('deploy-patch', [
'version::patch',
'ghpage'
]);
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.4",
"version": "3.0.5",
"homepage": "https://github.com/akempes/angular-rateit",
"authors": [
"Arjan Kempes <[email protected]>"
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.

9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{
"name": "angular-rateit",
"version": "3.0.4",
"dependencies": {},
"version": "3.0.5",
"scripts": {
"build": "grunt build",
"deploy": "grunt deploy-patch"
},
"repository": {
"type": "git",
"url": "https://github.com/akempes/angular-rateit.git"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt": "^0.4.5",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-copy": "^1.0.0",
Expand Down

0 comments on commit 7656375

Please sign in to comment.