parallax-common-config
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -21,3 +21,3 @@ { | ||
], | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"repository": { | ||
@@ -24,0 +24,0 @@ "type": "git", |
@@ -36,2 +36,7 @@ # parallax-common-config | ||
``` | ||
### .gitlab-ci.common.yml | ||
Create a symlink to use our `.gitlab-ci.common.yml` | ||
```bash | ||
ln -s node_modules/parallax-common-config/.gitlab-ci.common.yml .gitlab-ci.common.yml | ||
``` | ||
### .browserlistrc | ||
@@ -38,0 +43,0 @@ Create a symlink to use our `.editorconfig` |
@@ -30,3 +30,3 @@ const path = require("path"); | ||
filename: "bundle.min.js", | ||
path: path.join(__dirname, "../dist"), | ||
path: path.join(__dirname, "../../dist"), | ||
publicPath: "/" | ||
@@ -45,3 +45,3 @@ }, | ||
alias: { | ||
"~": path.resolve(__dirname, "../src/") | ||
"~": path.resolve(__dirname, "../../src/") | ||
}, | ||
@@ -48,0 +48,0 @@ extensions: [".ts", ".tsx", ".js"] |
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
35249
121