We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ba3fa2 commit 080d3aeCopy full SHA for 080d3ae
grunt.js
@@ -3,7 +3,7 @@ module.exports = function(grunt) {
3
4
// Project configuration.
5
grunt.initConfig({
6
- pkg: '<json:package.json>',
+ pkg: '<json:smooth-scroll.jquery.json>',
7
meta: {
8
banner: '/*! <%= pkg.title || pkg.name %> - v<%= pkg.version %> - ' +
9
'<%= grunt.template.today("yyyy-mm-dd") %>\n' +
package.json renamed to smooth-scroll.jquery.json
@@ -2,7 +2,7 @@
2
"name": "jquery.smooth-scroll",
"title": "Smooth Scroll",
"description": "Easy implementation of smooth scrolling for same-page links",
- "version": "1.4.6",
+ "version": "1.4.7",
"homepage": "",
"author": {
"name": "Karl Swedberg",
0 commit comments