@carforyou/header-footer
Advanced tools
Comparing version
{ | ||
"name": "@carforyou/header-footer", | ||
"description": "CAR FOR YOU Header / Footer", | ||
"version": "8.0.1", | ||
"version": "8.1.0-deploy-branch-e2359d3c320de5dbacb748cbaed734208fef86d1.1", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "files": [ |
@@ -95,5 +95,16 @@ # CAR FOR YOU Header / Footer | ||
``` | ||
npm run link -- <relative_path_to_project> | ||
cd carforyou-header-footer-pkg | ||
npm run build | ||
cd carforyou-listings-web | ||
npm link ../carforyou-header-footer-pkg/pkg | ||
``` | ||
If this throws an [`Invalid hook call`](https://github.com/vercel/next.js/issues/9022) error when integrating with a next.js project, add the following to the webpack config: | ||
``` | ||
config.resolve.alias["react"] = path.resolve(__dirname, "node_modules", "react") | ||
config.resolve.alias["react-dom"] = path.resolve(__dirname, "node_modules", "react-dom") | ||
``` | ||
## Release a new version | ||
@@ -100,0 +111,0 @@ |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
661354
0.07%119
10.19%2
100%