@symbo.ls/uikit 0.4.6 → 0.4.10

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # Symbols
2
2
 
3
- UI Library in composition of [Scratch](https://github.com/rackai/scratch) and [DOMQL](https://github.com/rackai/domql)
3
+ UI Library in composition of [Scratch](https://github.com/symbo.ls/scratch) and [DOMQL](https://github.com/symbo.ls/domql)
4
4
 
5
- [![npm version](https://badge.fury.io/js/%40rackai%2Fsymbols.svg)](https://badge.fury.io/js/%40rackai%2Fsymbols)
5
+ [![npm version](https://badge.fury.io/js/%40symbo.ls%2Fuikit.svg)](https://badge.fury.io/js/%40symbo.ls%2Fuikit)
6
6
 
7
7
  ### Setup
8
8
 
9
9
  1. Clone the repo
10
10
  ```
11
- git clone git@github.com:rackai/symbols.git
11
+ git clone git@github.com:symbo.ls/uikit.git
12
12
  ```
13
13
 
14
14
  2. Install scripts
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "UI Library built on Scratch and DOMQL",
4
4
  "private": false,
5
5
  "author": "rackai",
6
- "version": "0.4.6",
6
+ "version": "0.4.10",
7
7
  "repository": "https://github.com/rackai/symbols",
8
8
  "main": "src/index.js",
9
9
  "files": [
@@ -18,7 +18,7 @@
18
18
  "@symbo.ls/box": "latest",
19
19
  "@symbo.ls/button": "latest",
20
20
  "@symbo.ls/buttonset": "latest",
21
- "@symbo.ls/datePicker": "latest",
21
+ "@symbo.ls/datepicker": "latest",
22
22
  "@symbo.ls/direction": "latest",
23
23
  "@symbo.ls/dropdown": "latest",
24
24
  "@symbo.ls/field": "latest",