Skip to content
This repository was archived by the owner on Feb 19, 2022. It is now read-only.

Commit 67b0527

Browse files
committed
Use package.json over bower.json in Gruntfile
1 parent cd03e43 commit 67b0527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module.exports = (grunt) ->
22
require('load-grunt-tasks') grunt
33

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

77
clean:
88
folder: 'build'

0 commit comments

Comments
 (0)