Skip to content

Commit

Permalink
fix(): adds package.json to release task
Browse files Browse the repository at this point in the history
  • Loading branch information
iobaixas committed Dec 10, 2014
1 parent c7c7fc2 commit f787576
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ module.exports = function(grunt) {
files: {
src: [
'bower.json',
'package.json',
'CHANGELOG.md',
'dist/**/*'
]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-restmod",
"version": "1.1.3",
"version": "1.1.5",
"engines": {
"node": ">= 0.9"
},
Expand Down Expand Up @@ -29,4 +29,4 @@
"scripts": {
"test": "./node_modules/.bin/karma start karma-sauce.conf.js --single-run"
}
}
}

0 comments on commit f787576

Please sign in to comment.