shopping-cart-provider
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "shopping-cart-provider", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "The shopping-cart-provider component leverages React's Context API to make a configured shopping cart available throughout a React component tree. This component can be imported directly from the shopping-cart-provider", | ||
@@ -34,8 +34,8 @@ "main": "lib/index.js", | ||
"prettier": "^2.8.4", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"ts-jest": "^29.0.5", | ||
"tslint": "^6.1.3", | ||
"tslint-config-prettier": "^1.18.0", | ||
"typescript": "^5.0.2", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0" | ||
"typescript": "^5.0.2" | ||
}, | ||
@@ -48,4 +48,4 @@ "peerDependencies": { | ||
"type": "git", | ||
"url": "git+https://github.com/ng-codes/advance-shopping-cart" | ||
"url": "git+https://github.com/ng-codes/shopping-cart-provider" | ||
} | ||
} |
@@ -1,4 +0,4 @@ | ||
# Advance shopping cart provider | ||
# Shopping cart provider | ||
The advance-shopping-cart provider component leverages React's Context API to make a configured shopping cart available throughout a React component tree. This component can be imported directly from the advance-shopping-cart. | ||
The advance-shopping-cart provider component leverages React's Context API to make a configured shopping cart available throughout a React component tree. This component can be imported directly from the shopping-cart-provider. | ||
@@ -14,3 +14,3 @@ ## Authors | ||
```bash | ||
npm i advance-shopping-cart | ||
npm i shopping-cart-provider | ||
``` | ||
@@ -20,6 +20,6 @@ | ||
Shopping cart provider component can be imported from `advance-shopping-cart` and can be placed in react component tree. | ||
Shopping cart provider component can be imported from `shopping-cart-provider` and can be placed in react component tree. | ||
```React | ||
import useShoppingCartProvider from 'advance-shopping-cart' | ||
import useShoppingCartProvider from 'shopping-cart-provider' | ||
@@ -26,0 +26,0 @@ function App() { |
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
10771