@fect-ui/themes
Advanced tools
Comparing version 1.0.1 to 1.0.3
{ | ||
"name": "@fect-ui/themes", | ||
"version": "1.0.1", | ||
"version": "1.0.3", | ||
"description": "", | ||
@@ -12,3 +12,3 @@ "main": "main.css", | ||
"build": "rm -rf ./dist && webpack --config ./webpack.config.prod.ts --progress", | ||
"release": "npm run build && npm publish --access public --non-interactive" | ||
"release": "npm run build && cp README.md package.json dist/&& cd dist && npm publish --access public" | ||
}, | ||
@@ -20,6 +20,2 @@ "author": "Fect Org", | ||
}, | ||
"files": [ | ||
"dist/css", | ||
"README.md" | ||
], | ||
"homepage": "https://github.com/fay-org/themesProvider-vue#readme", | ||
@@ -26,0 +22,0 @@ "license": "MIT", |
@@ -10,5 +10,5 @@ # themesProvider/@vue | ||
```shell | ||
yarn add @fay-ui/themes | ||
yarn add @fect-ui/themes | ||
npm install @fay-ui/themes | ||
npm install @fect-ui/themes | ||
@@ -19,4 +19,4 @@ ``` | ||
- In `.js` file:` import from '@fay-ui/themes/main.css'` | ||
- In `.js` file:` import from '@fect-ui/themes'` | ||
- Or `.(css|less|sass....)` file:`@import '~@fay-ui/themes/main.css'` | ||
- Or `.(css|less|sass....)` file:`@import '~@fect-ui/themes/main.css'` |
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
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
7181