We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 351903b commit e0900e9Copy full SHA for e0900e9
Gruntfile.js
@@ -2,7 +2,7 @@ module.exports = function(grunt) {
2
3
grunt.initConfig({
4
5
- pkg: grunt.file.readJSON('package.json'),
+ pkg: grunt.file.readJSON('bower.json'),
6
7
meta: {
8
banner: '/*\n' +
0 commit comments