Skip to content

Commit

Permalink
Update bower.json, package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kswedberg committed Aug 11, 2014
1 parent 1a91440 commit 2682426
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
demo
node_modules
lib
bower.json
smooth-scroll.jquery.json
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ module.exports = function(grunt) {
json.name = 'jquery.' + json.name;

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

grunt.registerTask('docs', 'Convert readme.md to html and concat with header and footer for index.html', function() {
Expand Down
6 changes: 4 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"demo/",
"lib/",
"src/",
"*.json"
"Gruntfile.js",
"package.json",
"smooth-scroll.jquery.json"
]
}
}
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.0",
"grunt-contrib-concat": "~0.1.2",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-uglify": "~0.1.1",
"grunt-contrib-concat": "~0.1.2",
"grunt-contrib-watch": "~0.3.1",
"grunt-shell": "~0.2",
"grunt-version": "~0.1.1",
"grunt-contrib-watch": "~0.3.1",
"marked": "^0.3.2",
"node-syntaxhighlighter": "~0.8.1"
},
"readmeFilename": "readme.md"
Expand Down

0 comments on commit 2682426

Please sign in to comment.