@social-mail/social-mail-client 1.8.12 → 1.8.16

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.
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@social-mail/social-mail-client",
3
- "version": "1.8.12",
3
+ "version": "1.8.16",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
7
  "test": "node --enable-source-maps ./test.mjs",
8
8
  "postversion": "git push --follow-tags",
9
9
  "build-css": "npx postcss \"./src/**/*.css\" --base src --dir dist --map --verbose",
10
- "build-styler-css": "npx postcss \"styler/styler-main.css\" -o \"styler/styler.css\" --map",
11
- "build-styler-css-watch": "npx postcss \"styler/styler-main.css\" -o \"styler/styler.css\" --map -w",
12
- "build-css-watch": "npx postcss \"./src/**/*.css\" --base src --dir dist --map -w",
10
+ "build-styler-css": "npx postcss \"styler/styler-main.css\" -o \"styler/styler.css\" --map --verbose",
11
+ "build-styler-css-watch": "npx postcss \"styler/styler-main.css\" -o \"styler/styler.css\" --map --verbose -w",
12
+ "build-css-watch": "npx postcss \"./src/**/*.css\" --base src --dir dist --map --verbose -w",
13
13
  "push": "git add -A && git commit -m \"dep vb\" && npm version patch"
14
14
  },
15
15
  "author": "",