Co-authored-by: Ben Word <ben@benword.com>
This commit is contained in:
Kelly Mears
2022-02-23 06:45:08 -08:00
committed by GitHub
parent fc93185a7a
commit f297df0942
8 changed files with 510 additions and 546 deletions

View File

@@ -1,12 +1,6 @@
{
"name": "sage",
"private": true,
"bud": {
"location": {
"src": "resources",
"dist": "public"
}
},
"browserslist": [
"extends @wordpress/browserslist-config"
],
@@ -25,12 +19,12 @@
"translate:js": "wp i18n make-json ./resources/lang --pretty-print"
},
"devDependencies": {
"@roots/bud": "5.3.2",
"@roots/bud-eslint": "5.3.2",
"@roots/bud-postcss": "5.3.2",
"@roots/bud-prettier": "5.3.2",
"@roots/bud-stylelint": "5.3.2",
"@roots/bud-tailwindcss": "5.3.2",
"@roots/sage": "5.3.2"
"@roots/bud": "5.4.0",
"@roots/bud-eslint": "5.4.0",
"@roots/bud-prettier": "5.4.0",
"@roots/bud-stylelint": "5.4.0",
"@roots/bud-tailwindcss": "5.4.0",
"@roots/eslint-config": "5.4.0",
"@roots/sage": "5.4.0"
}
}