Skip to content

Commit

Permalink
Clean up witespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsternberg committed Sep 5, 2021
1 parent a94765b commit f03e4fa
Showing 1 changed file with 52 additions and 52 deletions.
104 changes: 52 additions & 52 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,55 +1,55 @@
{
"name": "cmb2",
"title": "CMB2",
"version": "2.9.0",
"description": "CMB2 is a developer's toolkit for building metaboxes, custom fields, and forms for WordPress that will blow your mind.",
"main": "Gruntfile.js",
"directories": {
"test": "tests"
},
"scripts": {
"env": "wp-env",
"grunt": "node ./node_modules/grunt-cli/bin/grunt",
"watch": "node ./node_modules/grunt-cli/bin/grunt watch",
"name": "cmb2",
"title": "CMB2",
"version": "2.9.0",
"description": "CMB2 is a developer's toolkit for building metaboxes, custom fields, and forms for WordPress that will blow your mind.",
"main": "Gruntfile.js",
"directories": {
"test": "tests"
},
"scripts": {
"env": "wp-env",
"grunt": "node ./node_modules/grunt-cli/bin/grunt",
"watch": "node ./node_modules/grunt-cli/bin/grunt watch",
"cypress": "npm run env start && npm run env clean tests && npx cypress run --config video=false",
"phptests": "vendor/bin/phpunit"
},
"repository": {
"type": "git",
"url": "https://github.com/CMB2/CMB2"
},
"author": {
"name": "CMB2 team",
"email": "[email protected]",
"url": "https://cmb2.io"
},
"license": "GPLv2",
"bugs": {
"url": "https://github.com/CMB2/CMB2/issues"
},
"homepage": "https://cmb2.io",
"devDependencies": {
"@wordpress/env": "^4.1.0",
"cypress": "^8.3.0",
"grunt": "^1.0.4",
"grunt-asciify": "~0.2.2",
"grunt-banner": "^0.6.0",
"grunt-checktextdomain": "^1.0.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-sass": "^0.7.4",
"grunt-contrib-uglify": "^0.4.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-csscomb": "^4.0.0",
"grunt-cssjanus": "^0.2.2",
"grunt-exec": "^0.4.6",
"grunt-newer": "^1.1.0",
"grunt-phpunit": "~0.3.6",
"grunt-potomo": "^3.1.1",
"grunt-update-submodules": "~0.4.1",
"grunt-wp-i18n": "^1.0.3",
"load-grunt-tasks": "^5.1.0"
},
"dependencies": {}
"phptests": "vendor/bin/phpunit"
},
"repository": {
"type": "git",
"url": "https://github.com/CMB2/CMB2"
},
"author": {
"name": "CMB2 team",
"email": "[email protected]",
"url": "https://cmb2.io"
},
"license": "GPLv2",
"bugs": {
"url": "https://github.com/CMB2/CMB2/issues"
},
"homepage": "https://cmb2.io",
"devDependencies": {
"@wordpress/env": "^4.1.0",
"cypress": "^8.3.0",
"grunt": "^1.0.4",
"grunt-asciify": "~0.2.2",
"grunt-banner": "^0.6.0",
"grunt-checktextdomain": "^1.0.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-sass": "^0.7.4",
"grunt-contrib-uglify": "^0.4.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-csscomb": "^4.0.0",
"grunt-cssjanus": "^0.2.2",
"grunt-exec": "^0.4.6",
"grunt-newer": "^1.1.0",
"grunt-phpunit": "~0.3.6",
"grunt-potomo": "^3.1.1",
"grunt-update-submodules": "~0.4.1",
"grunt-wp-i18n": "^1.0.3",
"load-grunt-tasks": "^5.1.0"
},
"dependencies": {}
}

0 comments on commit f03e4fa

Please sign in to comment.