Skip to content

Commit

Permalink
new branch 2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeganderson committed Dec 4, 2024
1 parent ce5b45e commit 47447a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@wpmedia/arc-themes-components",
"author": "",
"license": "CC-BY-NC-ND-4.0",
"version": "0.0.4-arc-themes-release-version-2-5-2.1",
"version": "0.0.4-arc-themes-release-version-2-5-3.0",
"description": "The arc-themes-components will be the basis for presentational components and reusable utility functions workflow of themes and client devs. A core tenet of Themes is composability for developers.",
"homepage": "https://github.com/WPMedia/arc-themes-components#readme",
"keywords": [
Expand All @@ -27,15 +27,15 @@
"format": "prettier --write .",
"generate:component": "hygen component new",
"lint": "eslint --ext js --ext jsx src .storybook index.js",
"lint:changed-feature-branch": "eslint --max-warnings 0 --no-error-on-unmatched-pattern $(git diff --name-only origin/arc-themes-release-version-2.5.2 | grep -E \"(.js$|.jsx$)\" || echo \"no js/jsx files changed\")",
"lint:changed-feature-branch": "eslint --max-warnings 0 --no-error-on-unmatched-pattern $(git diff --name-only origin/arc-themes-release-version-2.5.3 | grep -E \"(.js$|.jsx$)\" || echo \"no js/jsx files changed\")",
"lint:fix": "npm run lint -- --fix",
"lint:styles": "stylelint '**/*.scss' --formatter verbose",
"lint:styles:fix": "stylelint '**/*.scss' --fix",
"-ignore-prepare": "husky install",
"storybook": "storybook dev -p 6006",
"stylelint-check": "stylelint-config-prettier-check",
"test": "jest --coverage",
"test:changed-feature-branch": "jest --changedSince=origin/arc-themes-release-version-2.5.2 --coverage --passWithNoTests",
"test:changed-feature-branch": "jest --changedSince=origin/arc-themes-release-version-2.5.3 --coverage --passWithNoTests",
"test:watch": "npm run test -- --watch -o --coverage"
},
"lint-staged": {
Expand Down

0 comments on commit 47447a2

Please sign in to comment.