Skip to content

Commit 2682426

Browse files
committed
Update bower.json, package.json
1 parent 1a91440 commit 2682426

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

.npmignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
demo
2+
node_modules
3+
lib
4+
bower.json
5+
smooth-scroll.jquery.json

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ module.exports = function(grunt) {
171171
json.name = 'jquery.' + json.name;
172172

173173
grunt.file.write( comp, JSON.stringify(json, null, 2) );
174-
grunt.log.writeln( "File '" + comp + "' updated." );
174+
grunt.log.writeln( 'File "' + comp + '" updated."' );
175175
});
176176

177177
grunt.registerTask('docs', 'Convert readme.md to html and concat with header and footer for index.html', function() {

bower.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
"demo/",
1010
"lib/",
1111
"src/",
12-
"*.json"
12+
"Gruntfile.js",
13+
"package.json",
14+
"smooth-scroll.jquery.json"
1315
]
14-
}
16+
}

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@
77
"dependencies": {},
88
"devDependencies": {
99
"grunt": "~0.4.0",
10+
"grunt-contrib-concat": "~0.1.2",
1011
"grunt-contrib-jshint": "~0.1.1",
1112
"grunt-contrib-uglify": "~0.1.1",
12-
"grunt-contrib-concat": "~0.1.2",
13+
"grunt-contrib-watch": "~0.3.1",
1314
"grunt-shell": "~0.2",
1415
"grunt-version": "~0.1.1",
15-
"grunt-contrib-watch": "~0.3.1",
16+
"marked": "^0.3.2",
1617
"node-syntaxhighlighter": "~0.8.1"
1718
},
1819
"readmeFilename": "readme.md"

0 commit comments

Comments
 (0)