lux-design-system 6.4.0 → 6.6.0
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 +1 -1
- package/dist/lux-styleguidist.iife.js +11 -13
- package/dist/lux-styleguidist.mjs +1532 -1521
- package/dist/lux-styleguidist.umd.js +5 -7
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -30,7 +30,7 @@ need to be part of the PULibrary organization on npm.
|
|
|
30
30
|
|
|
31
31
|
```
|
|
32
32
|
npm login
|
|
33
|
-
npm install --global np
|
|
33
|
+
npm install --global np # don't add this as a devDependency, otherwise you won't be able to push to npm
|
|
34
34
|
npm run release
|
|
35
35
|
```
|
|
36
36
|
|