@brighthr/component-icon
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "@brighthr/component-icon", | ||
"version": "2.0.0", | ||
"license": "MIT", | ||
"type": "module", | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"start": "tsup --watch", | ||
"build": "tsup" | ||
}, | ||
"eslintConfig": { | ||
"rules": { | ||
"import/no-extraneous-dependencies": [ | ||
"error", | ||
{ | ||
"devDependencies": [ | ||
"**/*.test.tsx" | ||
] | ||
} | ||
] | ||
} | ||
}, | ||
"devDependencies": { | ||
"@testing-library/react": "^12.0.0" | ||
}, | ||
"peerDependencies": { | ||
"react": ">=16.9.0" | ||
}, | ||
"dependencies": { | ||
"classnames": "^2.3.1" | ||
}, | ||
"gitHead": "1b82cedd964ef0ee483494eba535cdd0e48716ea" | ||
"name": "@brighthr/component-icon", | ||
"version": "2.0.1", | ||
"license": "MIT", | ||
"type": "module", | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"start": "tsup --watch", | ||
"build": "tsup" | ||
}, | ||
"peerDependencies": { | ||
"react": ">=16.9.0" | ||
}, | ||
"dependencies": { | ||
"classnames": "^2.3.1" | ||
}, | ||
"gitHead": "bcc368c7b077e1087feecd6299cc53416f05ae25" | ||
} |
@@ -6,2 +6,3 @@ # Icon | ||
To install, type the following into the command line at the root of your project: | ||
```javascript | ||
@@ -14,4 +15,5 @@ npm i @brighthr/component-icon | ||
Import into your file: | ||
```javascript | ||
import Icon from '@brighthr/component-icon'; | ||
``` |
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
18
0
2743651