@hackersheet/react-document-content-styles 0.1.0-alpha.8 → 0.1.0-alpha.9

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@hackersheet/react-document-content-styles",
3
- "version": "0.1.0-alpha.8",
3
+ "version": "0.1.0-alpha.9",
4
4
  "description": "Hacker Sheet document content styles.",
5
5
  "keywords": [],
6
6
  "repository": {
@@ -39,7 +39,7 @@
39
39
  "build:css": "cp src/styles/*.ts dist && pnpm sass:basic",
40
40
  "format": "pnpm -w format",
41
41
  "pub": "pnpm publish --access=public --tag alpha",
42
- "sass:basic": "pnpm sass src/styles/basic.module.scss:dist/basic.module.css src/styles/gist-theme.scss:dist/gist-theme.css --no-source-map",
42
+ "sass:basic": "pnpm sass src/styles/basic.module.scss:dist/basic.module.css --no-source-map",
43
43
  "test": "echo \"Error: no test specified\" && exit 1",
44
44
  "typegen:scss": "typed-scss-modules \"src/styles/*.module.scss\""
45
45
  }