@substrate-system/button 0.0.11 → 0.0.12

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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -178,7 +178,7 @@ accessible to your web server, then link to them in HTML.
178
178
  #### copy
179
179
  ```sh
180
180
  cp ./node_modules/@substrate-system/button/dist/index.min.js ./public/substrate-button.min.js
181
- cp ./node_modules/@substrate-system/button/dist/style.min.css ./public/substrate-button.css
181
+ cp ./node_modules/@substrate-system/button/dist/index.min.css ./public/substrate-button.css
182
182
  ```
183
183
 
184
184
  #### HTML
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@substrate-system/button",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "description": "A button component with a visual \"loading\" state",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",