Skip to content

Commit d95bfe3

Browse files
committed
Forgot to add a comma
1 parent 75880ab commit d95bfe3

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
@@ -69,7 +69,7 @@ module.exports = function (grunt) {
6969
message: "chore(release): Build Dist files"
7070
},
7171
files: {
72-
src: ['src/*', 'demo/*' 'src/demo/*','dist/*']
72+
src: ['src/*', 'demo/*', 'src/demo/*','dist/*']
7373
}
7474
}
7575
},

0 commit comments

Comments
 (0)