@ngcorex/css 0.1.2 → 0.1.3
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/package.json +9 -2
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# @ngcorex/css
|
|
2
2
|
|
|
3
|
+
   
|
|
4
|
+
|
|
3
5
|
Core engine for **ngCorex**.
|
|
4
6
|
|
|
5
7
|
This package provides:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ngcorex/css",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Angular-native design token and utility CSS engine",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"design-tokens",
|
|
@@ -31,5 +31,12 @@
|
|
|
31
31
|
],
|
|
32
32
|
"scripts": {
|
|
33
33
|
"build": "tsc -p tsconfig.json"
|
|
34
|
-
}
|
|
34
|
+
},
|
|
35
|
+
"repository": {
|
|
36
|
+
"type": "git",
|
|
37
|
+
"url": "https://github.com/arkdezin/ngCorex.git",
|
|
38
|
+
"directory": "packages/css"
|
|
39
|
+
},
|
|
40
|
+
|
|
41
|
+
"homepage": "https://github.com/arkdezin/ngCorex"
|
|
35
42
|
}
|