Skip to content

Commit

Permalink
Merge pull request #431 from owncloud/chore/remove-unused-deps
Browse files Browse the repository at this point in the history
chore: drop unused and partially outdated dependencies
  • Loading branch information
DeepDiver1975 committed Apr 14, 2023
2 parents 9da6168 + 7463ef8 commit 0c9be4c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 40 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -231,3 +231,4 @@ Various
*.rej

build/
js/yarn.lock
35 changes: 0 additions & 35 deletions js/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,43 +82,8 @@ module.exports = function(grunt) {
},
tasks: ['js']
}
},
karma: {
unit: {
configFile: 'config/karma.js'
},
continuous: {
configFile: 'config/karma.js',
singleRun: true,
browsers: ['PhantomJS'],
reporters: ['progress', 'junit'],
junitReporter: {
outputFile: 'test-results.xml'
}
},
unit_phantom: {
configFile: 'config/karma.js',
browsers: ['PhantomJS']
}
},
phpunit: {
classes: {
dir: '../tests'
},
options: {
colors: true
}
},
phpdocumentor: {
"default": {
options: {
directory: '../appinfo,../db,../controllers,../service',
target: '../docs'
}
}
}
});
grunt.registerTask('ci', ['karma:continuous']);
grunt.registerTask('js', ['concat', 'wrap']);
grunt.registerTask('default', 'js');
};
6 changes: 1 addition & 5 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,8 @@
"grunt-contrib-concat": "~0.1.2",
"grunt-contrib-less": "~0.6.4",
"grunt-contrib-watch": "~0.2.0",
"grunt-karma": "~0.4.5",
"grunt-newer": "~1.1.1",
"grunt-phpdocumentor": "^0.4.1",
"grunt-phpunit": "0.2.0",
"grunt-wrap": "~0.2.0",
"phantomjs": "~1.8.1-3"
"grunt-wrap": "~0.2.0"
},
"engine": "node >= 0.8"
}

0 comments on commit 0c9be4c

Please sign in to comment.