@hackclub/icons
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -18,9 +18,14 @@ import React from 'react' | ||
h1 { | ||
font-size: 24px; | ||
font-weight: bold; | ||
color: #666; | ||
font-size: 32px; | ||
font-weight: 800; | ||
} | ||
h1 span { | ||
color: #e42d42; | ||
} | ||
nav a { | ||
color: #444; | ||
font-size: 16px; | ||
font-weight: 600; | ||
margin: 0 16px; | ||
color: #333; | ||
} | ||
@@ -45,3 +50,5 @@ nav a:hover { | ||
`}</style> | ||
<h1>@hackclub/icons</h1> | ||
<h1> | ||
@hackclub/<span>icons</span> | ||
</h1> | ||
<nav> | ||
@@ -48,0 +55,0 @@ <a href="https://github.com/hackclub/icons">GitHub</a> |
{ | ||
"name": "@hackclub/icons", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Hack Club’s iconset, a superset of spectrum-icons", | ||
@@ -17,6 +17,6 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"react": "^16.4.2" | ||
"react": "^16.8.3" | ||
}, | ||
"devDependencies": { | ||
"@compositor/x0": "^6.0.5", | ||
"@compositor/x0": "^6.0.7", | ||
"babel-cli": "^6.26.0", | ||
@@ -26,3 +26,3 @@ "babel-preset-env": "^1.7.0", | ||
"babel-preset-stage-0": "^6.24.1", | ||
"prop-types": "^15.6.2" | ||
"prop-types": "^15.7.2" | ||
}, | ||
@@ -29,0 +29,0 @@ "repository": { |
@@ -25,1 +25,29 @@ # `@hackclub/icons` | ||
``` | ||
## Development Setup | ||
1. Clone & enter the repo. | ||
```sh | ||
$ git clone https://github.com/hackclub/icons.git | ||
$ cd icons | ||
``` | ||
2. Install dependencies. | ||
```sh | ||
$ npm install | ||
``` | ||
3. Setup docs (optional, do this if you’ve added icons). | ||
```sh | ||
npm run prepare | ||
npm run docs | ||
``` | ||
4. Run locally. | ||
```sh | ||
npm run dev | ||
``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
639927
86
3850
53
78
Updatedreact@^16.8.3