@abcnews/aunty 16.0.0 → 16.0.1

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/README.md +10 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -83,6 +83,16 @@ module.exports = {
83
83
  }
84
84
  ```
85
85
 
86
+ For example to include a package that needs to be pre-processed, include in `aunty.config.js`
87
+
88
+ ```js
89
+ module.exports = {
90
+ build: {
91
+ includedDependencies: ["runed"],
92
+ },
93
+ };
94
+ ```
95
+
86
96
  Supported project `type`s (currently: `basic`, `preact`, `react` & `svelte`) have their own default build configuration, but you can override it by extending your project configuration.
87
97
 
88
98
  The `build`, `serve` and `deploy` properties allow you to override the default settings for those respective commands. Their respective properties (and default values) are documented below.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abcnews/aunty",
3
- "version": "16.0.0",
3
+ "version": "16.0.1",
4
4
  "description": "A toolkit for working with ABC News projects",
5
5
  "repository": "abcnews/aunty",
6
6
  "license": "MIT",
@@ -75,8 +75,8 @@
75
75
  "prettier": "^2.0.5",
76
76
  "requireg": "^0.2.2",
77
77
  "rsyncwrapper": "^3.0.1",
78
- "sass": "^1.26.10",
79
- "sass-loader": "^11.0.1",
78
+ "sass": "^1.96.0",
79
+ "sass-loader": "^16.0.6",
80
80
  "semver": "^7.3.2",
81
81
  "style-loader": "^2.0.0",
82
82
  "svelte": "^5.17.4",