diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..e69de29 diff --git a/Gruntfile.js b/Gruntfile.js index a56fff1..55ecce9 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -1,5 +1,5 @@ module.exports = function(grunt) { -require('time-grunt')(grunt); + require('time-grunt')(grunt); // Project configuration. grunt.initConfig({ pkg: grunt.file.readJSON('package.json'), diff --git a/package.json b/package.json index 03c8816..b887c30 100644 --- a/package.json +++ b/package.json @@ -25,5 +25,8 @@ "grunt-contrib-copy": "~0.5.0", "grunt-contrib-qunit": "~0.5.2", "qunitjs": "~1.14.0" + }, + "scripts": { + "test": "grunt qunit" } } diff --git a/src/threesixty.js b/src/threesixty.js index f567db8..dc51b2f 100644 --- a/src/threesixty.js +++ b/src/threesixty.js @@ -2,7 +2,7 @@ * 360 degree Image Slider v2.0.0 * http://gaurav.jassal.me * - * Copyright 2013, gaurav@jassal.me + * Copyright 2015, gaurav@jassal.me * Dual licensed under the MIT or GPL Version 3 licenses. * */