@worldresources/wri-design-systems 0.0.1 → 1.0.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 CHANGED
@@ -1,4 +1,4 @@
1
- # wri-design-systems
1
+ # @worldresources/wri-design-systems
2
2
 
3
3
  WRI UI Library
4
4
 
@@ -11,13 +11,13 @@ React: `18.3.1`
11
11
  ## Installation
12
12
 
13
13
  ```
14
- yarn add wri-design-systems
14
+ yarn add @worldresources/wri-design-systems
15
15
  ```
16
16
 
17
17
  or
18
18
 
19
19
  ```
20
- npm i wri-design-systems
20
+ npm i @worldresources/wri-design-systems
21
21
  ```
22
22
 
23
23
  ## Other dependecies
@@ -128,3 +128,23 @@ function App() {
128
128
  - [Legend Panel](https://github.com/wri/wri-design-systems/tree/main/src/components/Legend/LegendPanel)
129
129
  - [Qualitative Attributes](https://github.com/wri/wri-design-systems/tree/main/src/components/Legend/QualitativeLegend)
130
130
  - [Scale Legend](https://github.com/wri/wri-design-systems/tree/main/src/components/Legend/ScaleLegend)
131
+
132
+ ## Building the lib
133
+
134
+ ```
135
+ yarn lint-fix
136
+ ```
137
+
138
+ ```
139
+ yarn rollup-build
140
+ ```
141
+
142
+ ## Publish new version
143
+
144
+ ```
145
+ npm login
146
+ ```
147
+
148
+ ```
149
+ npm publish
150
+ ```