Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
chore(grunt): consider rangeslider.jquery.json
Browse files Browse the repository at this point in the history
We now consider rangeslider.jquery.json in the grunt release task.
* version bump
* commit
  • Loading branch information
andreruffert committed Sep 25, 2014
1 parent f2bb1e7 commit 8df30fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,17 @@ module.exports = function (grunt) {
// Increment version
bump: {
options: {
files: ['bower.json', 'package.json'],
files: [
'bower.json',
'package.json',
'rangeslider.jquery.json'
],
updateConfigs: ['pkg'],
commitMessage: 'chore(release): v%VERSION%',
commitFiles: [
'bower.json',
'package.json',
'rangeslider.jquery.json',
'dist'
],
createTag: false
Expand Down
2 changes: 1 addition & 1 deletion rangeslider.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "rangeslider",
"title": "rangeslider.js",
"description": "Simple, small and fast JavaScript/jQuery polyfill for the HTML5 <input type=\"range\"> slider element",
"version": "0.3.3",
"version": "0.3.4",
"homepage": "https://github.com/andreruffert/rangeslider.js",
"docs": "http://andreruffert.github.io/rangeslider.js/",
"license": "MIT",
Expand Down

0 comments on commit 8df30fb

Please sign in to comment.