hans-ui-design-lib 0.0.88 → 0.0.89
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/README.md +2 -0
- package/dist/index.cjs.js +63 -49
- package/dist/index.css +1 -1
- package/dist/index.d.ts +72 -0
- package/dist/index.es.js +9888 -9547
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -178,6 +178,8 @@ Make sure you are logged in to npm:
|
|
|
178
178
|
npm login
|
|
179
179
|
```
|
|
180
180
|
|
|
181
|
+
or create a .npmrc file on the root of this application based on .npmrc-example and paste on the file the token you created on npm website.
|
|
182
|
+
|
|
181
183
|
Then build and publish:
|
|
182
184
|
|
|
183
185
|
```bash
|