mod-build 4.0.23 → 4.0.25

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 4.0.24 + 4.0.25
2
+
3
+ - Disabling JSlint `failOnError` so we can rebuild BestCompany sites to grab the most recent TCPA update
4
+
1
5
  ## 4.0.23
2
6
 
3
7
  - Adding `exit(1)` to Axios errors so that the build will fail if shared scripts / components are not successfully created.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mod-build",
3
- "version": "4.0.23",
3
+ "version": "4.0.25",
4
4
  "description": "Share components for S3 sites.",
5
5
  "type": "module",
6
6
  "scripts": {