@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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +9 -2
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @ngcorex/css
2
2
 
3
+ ![NPM Version](https://img.shields.io/npm/v/%40ngcorex%2Fcss?style=flat-square&logo=npm&labelColor=%23D50100&color=%23000) ![NPM License](https://img.shields.io/npm/l/%40ngcorex%2Fcss?style=flat-square) ![Static Badge](https://img.shields.io/badge/Github-Repo-blue?style=flat-square&logo=github) ![NPM Downloads](https://img.shields.io/npm/dm/%40ngcorex%2Fcss?style=flat-square&logo=npm&logoColor=%23ffffff&labelColor=%23D50100&color=%23000)
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.2",
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
  }