Skip to content

Commit

Permalink
Updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
stefangabos committed May 2, 2024
1 parent 72320ab commit 0951370
Show file tree
Hide file tree
Showing 3 changed files with 923 additions and 7,123 deletions.
5 changes: 1 addition & 4 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = function(grunt) {
require('time-grunt')(grunt);

// required for sass
const sass = require('node-sass');
const sass = require('sass');

grunt.initConfig({

Expand Down Expand Up @@ -57,9 +57,6 @@ module.exports = function(grunt) {
* http://eslint.org/docs/rules/
**************************************************************************************************************/
'eslint' : {
options: {
overrideConfigFile: 'eslint.json'
},
src: ['src/zebra_accordion.src.js']
},

Expand Down
Loading

0 comments on commit 0951370

Please sign in to comment.