@iconsroom/react 0.1.0 → 0.1.1

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 (1) hide show
  1. package/package.json +24 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iconsroom/react",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "276,000+ open source icons for React — a runtime <Icon> component, plus a CLI to vendor any icon as a local component.",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -12,18 +12,37 @@
12
12
  "bin": {
13
13
  "iconsroom-react": "bin/cli.js"
14
14
  },
15
- "files": ["src/", "bin/", "README.md"],
15
+ "files": [
16
+ "src/",
17
+ "bin/",
18
+ "README.md"
19
+ ],
16
20
  "sideEffects": false,
17
- "keywords": ["react", "icons", "svg", "iconsroom", "heroicons", "tabler", "lucide", "open-source"],
21
+ "keywords": [
22
+ "react",
23
+ "icons",
24
+ "svg",
25
+ "iconsroom",
26
+ "heroicons",
27
+ "tabler",
28
+ "lucide",
29
+ "open-source"
30
+ ],
18
31
  "author": "IconsRoom (https://iconsroom.com)",
19
32
  "license": "MIT",
20
33
  "homepage": "https://iconsroom.com",
21
- "repository": { "type": "git", "url": "https://github.com/iconsroom/react" },
34
+ "repository": {
35
+ "type": "git",
36
+ "url": "git+https://github.com/mdanassaif/iconsroom.git",
37
+ "directory": "integrations/react"
38
+ },
22
39
  "peerDependencies": {
23
40
  "react": ">=17"
24
41
  },
25
42
  "peerDependenciesMeta": {
26
- "react": { "optional": true }
43
+ "react": {
44
+ "optional": true
45
+ }
27
46
  },
28
47
  "scripts": {
29
48
  "test": "node test.mjs"