Skip to content

Commit e0900e9

Browse files
author
Zeno Rocha
committed
Fetch banner data from bower.json instead of package.json
1 parent 351903b commit e0900e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module.exports = function(grunt) {
22

33
grunt.initConfig({
44

5-
pkg: grunt.file.readJSON('package.json'),
5+
pkg: grunt.file.readJSON('bower.json'),
66

77
meta: {
88
banner: '/*\n' +

0 commit comments

Comments
 (0)