Skip to content

Commit

Permalink
remove JSON files
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Jul 4, 2017
1 parent 40e86f3 commit f63d1f1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,9 @@ const svg2png = require('gulp-svg2png');
const xmlVal = require('gulp-xml-validator');

// Supported files
const tsFiles = [
'src/*.ts',
];

const jsonFiles = [
'package.json',
'snippets/*.json',
'tsconfig.json',
'tslint.json'
'snippets/*.json'
];

const xmlFiles = [
Expand Down

0 comments on commit f63d1f1

Please sign in to comment.