glassine-paper 1.2.5 → 1.2.6

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 +1 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -112,9 +112,6 @@ npm install
112
112
  # Build all
113
113
  npm run build
114
114
 
115
- # Watch and compile SCSS changes
116
- npm run watch
117
-
118
- # Start development server (theme generator UI)
115
+ # Start development server
119
116
  npm start
120
117
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "glassine-paper",
3
- "version": "1.2.5",
3
+ "version": "1.2.6",
4
4
  "description": "CSS and some React components for Material Design 3",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",