Skip to content

Commit

Permalink
Remove no longer necessary dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber committed May 12, 2017
1 parent c91e7d1 commit 550efac
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
11 changes: 0 additions & 11 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,6 @@ module.exports = function( grunt ) {
},
},

phpcs: {
plugin: {
src: './'
},
options: {
bin: "vendor/bin/phpcs --extensions=php --ignore=\"*/vendor/*,*/node_modules/*,*/bin/*,*/tests/behat/bootstrap/*,*/simplesamlphp/*\"",
standard: "phpcs.ruleset.xml"
}
},

makepot: {
target: {
options: {
Expand All @@ -55,7 +45,6 @@ module.exports = function( grunt ) {

grunt.loadNpmTasks( 'grunt-wp-i18n' );
grunt.loadNpmTasks( 'grunt-wp-readme-to-markdown' );
grunt.loadNpmTasks( 'grunt-phpcs' );
grunt.registerTask( 'i18n', ['addtextdomain', 'makepot'] );
grunt.registerTask( 'readme', ['wp_readme_to_markdown'] );

Expand Down
6 changes: 0 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,9 @@
],
"minimum-stability": "dev",
"require-dev": {
"squizlabs/php_codesniffer": "2.3.4",
"wp-coding-standards/wpcs": "0.9.0",
"pantheon-systems/pantheon-wordpress-upstream-tests": "dev-master"
},
"autoload": {
"psr-4": { "PantheonSystems\\WPSamlAuth\\Behat\\": "tests/behat/bootstrap/" }
},
"scripts": {
"post-install-cmd": "\"vendor/bin/phpcs\" --config-set installed_paths vendor/wp-coding-standards/wpcs",
"post-update-cmd" : "\"vendor/bin/phpcs\" --config-set installed_paths vendor/wp-coding-standards/wpcs"
}
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"devDependencies": {
"grunt": "~0.4.0",
"grunt-wp-i18n": "~0.5.0",
"grunt-phpcs": "~0.4.0",
"grunt-wp-readme-to-markdown": "~1.0.0"
}
}

0 comments on commit 550efac

Please sign in to comment.