newspack-scripts 5.9.1 → 5.9.2

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.
@@ -51,11 +51,3 @@ jobs:
51
51
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
52
52
  NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
53
53
  run: npm run release
54
-
55
- - name: Upload release artifacts
56
- uses: actions/upload-artifact@v4
57
- with:
58
- name: release-artifacts
59
- path: release/
60
- if-no-files-found: ignore
61
- retention-days: 1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "newspack-scripts",
3
- "version": "5.9.1",
3
+ "version": "5.9.2",
4
4
  "description": "",
5
5
  "bin": {
6
6
  "newspack-scripts": "./bin/newspack-scripts.js"
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- const utils = require( './utils/index.js' );
3
+ const utils = require( '../utils/index.js' );
4
4
 
5
5
  const semanticRelease = require( 'semantic-release' );
6
6