@bigbinary/neeto-icons 1.9.5 → 1.9.7
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/app-icons.js +1 -1
- package/dist/app-icons.js.map +1 -1
- package/dist/neeto-logos.js +1 -1
- package/dist/neeto-logos.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -39,6 +39,6 @@ Anywhere in your React file
|
|
|
39
39
|
### Build process
|
|
40
40
|
|
|
41
41
|
- Running `yarn build` will invoke the `yarn generate` script first, which will generate React components from `.svg` files.
|
|
42
|
-
- Once `yarn generate` is done, it'll invoke `yarn rollup-compile` which uses `
|
|
42
|
+
- Once `yarn generate` is done, it'll invoke `yarn rollup-compile` which uses `index.js` of the icons sets inside `lib` as the entry point to create respective bundles (`dist/neeto-icons.js`,`dist/app-icons.js`,`dist/logos.js`).
|
|
43
43
|
- We use the generated bundle as the `main` file in `package.json` for using it as a package.
|
|
44
44
|
- Running the `yarn start` will run the preview in local.
|