Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
feat(bower.json): rename component.json to bower.json
Browse files Browse the repository at this point in the history
- change pkg property bower.json
- add bower_components to .gitignore
  • Loading branch information
0x-r4bbit committed Apr 29, 2013
1 parent 53361c3 commit 17acd10
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.DS_Store
node_modules
components
bower_components
dist
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = function (grunt) {
grunt.loadNpmTasks('grunt-conventional-changelog');

grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
pkg: grunt.file.readJSON('bower.json'),
meta: {
banner: '/*! <%= pkg.title || pkg.name %> - v<%= pkg.version %> - ' +
'<%= grunt.template.today("yyyy-mm-dd") %>\n' +
Expand Down
File renamed without changes.

0 comments on commit 17acd10

Please sign in to comment.