@codfish/actions-playground 0.0.0-PR-53--8f9b2a0 → 0.0.0-PR-53--bb10798

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -34,7 +34,9 @@ jobs:
34
34
  id: npm-cache
35
35
  with:
36
36
  path: node_modules
37
- key: ${{ runner.os }}-node_modules-${{ steps.setup-node.outputs.node-version }}-${{ hashFiles('**/package-lock.json') }}
37
+ key:
38
+ ${{ runner.os }}-node_modules-${{ steps.setup-node.outputs.node-version }}-${{
39
+ hashFiles('**/package-lock.json') }}
38
40
 
39
41
  - name: install dependencies
40
42
  if: steps.npm-cache.outputs.cache-hit != 'true'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codfish/actions-playground",
3
- "version": "0.0.0-PR-53--8f9b2a0",
3
+ "version": "0.0.0-PR-53--bb10798",
4
4
  "description": "My own testing ground for messing around with GitHub Actions.",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -34,8 +34,7 @@
34
34
  "devDependencies": {
35
35
  "@commitlint/cli": "^8.2.0",
36
36
  "@commitlint/config-conventional": "^8.2.0",
37
- "cod-scripts": "^0.0.0-PR-194--e725f84",
38
- "husky": "^8.0.3",
37
+ "cod-scripts": "^12.0.0",
39
38
  "jsdoc": "^3.6.3",
40
39
  "markdownlint-cli": "^0.18.0"
41
40
  },
@@ -1,4 +1,4 @@
1
- const reportWebVitals = onPerfEntry => {
1
+ const reportWebVitals = (onPerfEntry) => {
2
2
  if (onPerfEntry && onPerfEntry instanceof Function) {
3
3
  import('web-vitals').then(({ getCLS, getFID, getFCP, getLCP, getTTFB }) => {
4
4
  getCLS(onPerfEntry);