chefcookie 2.4.4 → 2.4.5

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -93,8 +93,8 @@ const cc = new chefcookie({
93
93
  noscroll: true,
94
94
  fade: true,
95
95
  blur: true,
96
- css_replace: ``, // replace plugins styles with custom css
97
- css_add: `` // enhance plugins styles with custom css
96
+ css_replace: ``, // replace plugin's styles with custom css
97
+ css_add: `` // enhance plugin's styles with custom css
98
98
  },
99
99
  labels: {
100
100
  accept: { de: 'Akzeptieren', en: 'Accept' },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chefcookie",
3
- "version": "2.4.4",
3
+ "version": "2.4.5",
4
4
  "main": "_build/script.js",
5
5
  "files": [
6
6
  "_build/*.js",