Skip to content

Commit 1f60793

Browse files
committed
fix Gruntfile
1 parent 751717d commit 1f60793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*global module:false*/
22
module.exports = function(grunt) {
33

4-
var component = require('./component.json');
4+
var component = require('./bower.json');
55
// before release:
66
// update component.js, package.json
77
// after release:

0 commit comments

Comments
 (0)