Skip to content

Commit 66c2f9d

Browse files
crwhite21blakeembrey
authored andcommitted
Target correct file to replace version placeholder (#225)
1 parent 7575e0a commit 66c2f9d

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
@@ -32,7 +32,7 @@ module.exports = function(grunt)
3232
'string-replace': {
3333
version: {
3434
files: {
35-
'bin/typedoc.js': ['bin/typedoc.js']
35+
'lib/application.js': ['lib/application.js']
3636
},
3737
options: {
3838
replacements: [{

0 commit comments

Comments
 (0)