coer-elements 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +14 -1
package/package.json
CHANGED
@@ -1,6 +1,19 @@
|
|
1
1
|
{
|
2
2
|
"name": "coer-elements",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.3",
|
4
|
+
"author": "Christian Omar Escamilla Rodríguez",
|
5
|
+
"keywords": [
|
6
|
+
"coer",
|
7
|
+
"tools",
|
8
|
+
"components"
|
9
|
+
],
|
10
|
+
"description": "",
|
11
|
+
"license": "MIT",
|
12
|
+
"homepage": "https://github.com/Chris19910804/coer-elements",
|
13
|
+
"repository": {
|
14
|
+
"type": "git",
|
15
|
+
"url": "https://github.com/Chris19910804/coer-elements"
|
16
|
+
},
|
4
17
|
"peerDependencies": {
|
5
18
|
"@angular/common": "^17.3.0",
|
6
19
|
"@angular/core": "^17.3.0"
|