Added missing source maps

This commit is contained in:
Max Guglielmi 2016-12-24 23:55:31 +11:00
parent f41f268975
commit 8af1cab7ff
4 changed files with 3 additions and 2 deletions

View File

@ -12,7 +12,7 @@
"keyword-spacing": ["error", { "after": true, "before": true }],
"max-depth": [2, 7],
"max-statements": [2, 150],
"complexity": [2, 84],
"complexity": [2, 83],
"no-unused-vars": 2,
"no-eval": 2,
"no-underscore-dangle": 0,

1
.gitignore vendored
View File

@ -5,7 +5,6 @@ report
.grunt
npm-debug.log
*.js.map
.codio
.settings
.vscode

1
dist/tablefilter/tablefilter.js.map vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long