@useblu/ocean-react
Advanced tools
Comparing version 0.2.7-alpha.6 to 0.2.7-alpha.7
{ | ||
"name": "@useblu/ocean-react", | ||
"version": "0.2.7-alpha.6+fb91cdc", | ||
"version": "0.2.7-alpha.7+bf9a79b", | ||
"private": false, | ||
@@ -19,4 +19,3 @@ "description": "React components that implement Ocean's Design System.", | ||
"lint": "eslint 'src/**/*.{ts,tsx}'", | ||
"lint:fix": "eslint 'src/**/*.{ts,tsx}' --fix", | ||
"storybook": "start-storybook -c ../../.storybook -p 6006 -s ../../.storybook/assets" | ||
"lint:fix": "eslint 'src/**/*.{ts,tsx}' --fix" | ||
}, | ||
@@ -43,7 +42,6 @@ "keywords": [ | ||
"@types/classnames": "2.2.11", | ||
"@types/rollup-plugin-peer-deps-external": "^2.2.0", | ||
"ts-node": "^9.1.1" | ||
"@types/rollup-plugin-peer-deps-external": "^2.2.0" | ||
}, | ||
"peerDependencies": { | ||
"@useblu/ocean-components": "0.2.6", | ||
"@useblu/ocean-core": "0.2.6", | ||
"react": ">=16.8.0", | ||
@@ -56,3 +54,3 @@ "react-dom": ">=16.8.0" | ||
"sideEffects": false, | ||
"gitHead": "fb91cdcf40e78ac67d7a1a760db9534befe2dcd7" | ||
"gitHead": "bf9a79b792e06882a7ee365950ecd5e7775c239c" | ||
} |
@@ -12,3 +12,3 @@ # @useblu/ocean-react | ||
```bash | ||
yarn add @useblu/ocean-react | ||
yarn add @useblu/ocean-core @useblu/ocean-react | ||
``` | ||
@@ -19,3 +19,3 @@ | ||
```bash | ||
npm i @useblu/ocean-react | ||
npm i @useblu/ocean-core @useblu/ocean-react | ||
``` | ||
@@ -29,3 +29,3 @@ | ||
import '@useblu/ocean-components/dist/ocean-ds.min.css'; | ||
import '@useblu/ocean-core/dist/ocean.min.css'; | ||
import { Button } from '@useblu/ocean-react'; | ||
@@ -32,0 +32,0 @@ |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
2
301048