Skip to content

Commit 540a916

Browse files
committed
changed js filename to be plural -- my bad
1 parent 6520c53 commit 540a916

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = function(grunt) {
77
separator: ';'
88
},
99
dist: {
10-
src: ['src/jquery.adaptive-background.js'],
10+
src: ['src/jquery.adaptive-backgrounds.js'],
1111
dest: 'src/<%= pkg.name %>.js'
1212
}
1313
},
@@ -25,7 +25,7 @@ module.exports = function(grunt) {
2525
files: ['test/**/*.html']
2626
},
2727
jshint: {
28-
files: ['gruntfile.js', 'src/jquery.adaptive-background.js', 'test/test.js'],
28+
files: ['gruntfile.js', 'src/jquery.adaptive-backgrounds.js', 'test/test.js'],
2929
options: {
3030
// options here to override JSHint defaults
3131
globals: {

dist/jquery.adaptive-background.min.js renamed to dist/jquery.adaptive-backgrounds.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"author": "Brian Gonzalez",
3-
"name": "jquery.adaptive-background",
3+
"name": "jquery.adaptive-backgrounds",
44
"description": "A simple jQuery plugin to extract the dominant color of an image and apply it to the background of its parent element.",
5-
"version": "0.0.1",
5+
"version": "1.0.0",
66
"repository": {
7-
"url": "briangonzalez.org/adaptive-background"
7+
"url": "http://briangonzalez.github.io/jquery.adaptive-backgrounds.js/"
88
},
99
"main": "./lib/main",
1010
"dependencies": {},

0 commit comments

Comments
 (0)