unit.gl 0.1.1 → 0.1.2
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 -2
- package/package.json +22 -2
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
[
|
|
12
12
|
](https://www.unit.gl)
|
|
13
|
-
[](https://www.npmjs.com/
|
|
13
|
+
[](https://www.npmjs.com/unit.gl)
|
|
14
14
|
[](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/stylescape/unit.gl)
|
|
15
15
|
[](https://stackblitz.com/github/stylescape/unit.gl/tree/main?file=src%2Findex.html)
|
|
16
16
|
[](https://github.com/stylescape/unit.gl/blob/main/LICENSE)
|
|
@@ -65,7 +65,7 @@ Scape Agency is a spatial innovation collective that dreams, discovers and desig
|
|
|
65
65
|
#### Links
|
|
66
66
|
|
|
67
67
|
- [Website](https://www.unit.gl)
|
|
68
|
-
- [NPM](https://www.npmjs.com/
|
|
68
|
+
- [NPM](https://www.npmjs.com/unit.gl)
|
|
69
69
|
|
|
70
70
|
### Development Resources
|
|
71
71
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "unit.gl",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Dynamic Layout Engine.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"unit.gl",
|
|
@@ -42,5 +42,25 @@
|
|
|
42
42
|
"tex/**/*.tex",
|
|
43
43
|
"ts/**/*.ts",
|
|
44
44
|
"!.DS_Store"
|
|
45
|
-
]
|
|
45
|
+
],
|
|
46
|
+
"author": "Lars van Vianen <lars@vianen.com> (https://www.vianen.com)",
|
|
47
|
+
"contributors": [
|
|
48
|
+
"Scape Agency <info@scape.agency>"
|
|
49
|
+
],
|
|
50
|
+
"repository": {
|
|
51
|
+
"type": "git",
|
|
52
|
+
"url": "git+https://github.com/stylescape/unit.gl.git"
|
|
53
|
+
},
|
|
54
|
+
"funding": [
|
|
55
|
+
{
|
|
56
|
+
"type": "github",
|
|
57
|
+
"url": "https://github.com/sponsors/scape-foundation"
|
|
58
|
+
}
|
|
59
|
+
],
|
|
60
|
+
"exports": {
|
|
61
|
+
".": {
|
|
62
|
+
"sass": "./scss/index.scss",
|
|
63
|
+
"typescript": "./ts/index.scss"
|
|
64
|
+
}
|
|
65
|
+
}
|
|
46
66
|
}
|