Skip to content

Commit 080d3ae

Browse files
committed
Rename package.json to smooth-scroll.jquery.json
This makes it work with upcoming jQuery plugins site.
1 parent 0ba3fa2 commit 080d3ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

grunt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = function(grunt) {
33

44
// Project configuration.
55
grunt.initConfig({
6-
pkg: '<json:package.json>',
6+
pkg: '<json:smooth-scroll.jquery.json>',
77
meta: {
88
banner: '/*! <%= pkg.title || pkg.name %> - v<%= pkg.version %> - ' +
99
'<%= grunt.template.today("yyyy-mm-dd") %>\n' +

package.json renamed to smooth-scroll.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "jquery.smooth-scroll",
33
"title": "Smooth Scroll",
44
"description": "Easy implementation of smooth scrolling for same-page links",
5-
"version": "1.4.6",
5+
"version": "1.4.7",
66
"homepage": "",
77
"author": {
88
"name": "Karl Swedberg",

0 commit comments

Comments
 (0)