@@ -0,0 +1,6 @@
|
||||
*.html eol=lf
|
||||
*.css eol=lf
|
||||
*.js eol=lf
|
||||
*.md eol=lf
|
||||
*.json eol=lf
|
||||
*.yml eol=lf
|
||||
@@ -11,6 +11,8 @@ module.exports = function(grunt) {
|
||||
grunt.loadNpmTasks('grunt-karma');
|
||||
|
||||
// Project configuration.
|
||||
grunt.util.linefeed = '\n';
|
||||
|
||||
grunt.initConfig({
|
||||
ngversion: '1.0.5',
|
||||
bsversion: '2.3.1',
|
||||
|
||||
Reference in New Issue
Block a user