genesys-react-components 0.3.2-devengage-1574-implementing-code-fences.223 → 0.3.3-devengage-1574-implementing-code-fences.226
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/build/index.js +659 -0
- package/build/index.js.map +1 -0
- package/package.json +3 -6
- package/src/codefence/CodeFence.scss +2 -5
- package/build/index.js/index-c5583a01.js +0 -29479
- package/build/index.js/index-c5583a01.js.map +0 -1
- package/build/index.js/index.js +0 -2232
- package/build/index.js/index.js.map +0 -1
package/README.md
CHANGED
|
@@ -84,6 +84,8 @@ npm run link
|
|
|
84
84
|
npm run start
|
|
85
85
|
```
|
|
86
86
|
|
|
87
|
+
Alternatively, run `npm run rebuildlibandstart` after `npm run link` to setup the localbuild of `genesys-react-components` and start the app
|
|
88
|
+
|
|
87
89
|
Run `npm run unlink` to revert to using the latest published version of the package.
|
|
88
90
|
|
|
89
91
|
#### Publishing the demo app
|