From f78757663c5b64136886f67069f7d694669607a1 Mon Sep 17 00:00:00 2001 From: Ignacio Baixas Date: Wed, 10 Dec 2014 12:30:13 -0300 Subject: [PATCH] fix(): adds package.json to release task --- Gruntfile.js | 1 + package.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index a71f5bc..c3ec1b2 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -132,6 +132,7 @@ module.exports = function(grunt) { files: { src: [ 'bower.json', + 'package.json', 'CHANGELOG.md', 'dist/**/*' ] diff --git a/package.json b/package.json index 657e1cb..3262f52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-restmod", - "version": "1.1.3", + "version": "1.1.5", "engines": { "node": ">= 0.9" }, @@ -29,4 +29,4 @@ "scripts": { "test": "./node_modules/.bin/karma start karma-sauce.conf.js --single-run" } -} +} \ No newline at end of file