Skip to content

Commit

Permalink
Replace some occurences of github.com/bep/linodedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
nmelehan committed Feb 16, 2021
1 parent fe5893d commit 25fd96d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion edit-mod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if test "$#" -ge 2; then
fi

if [[ $what == "theme" ]]; then
line='replace github.com/bep/linodedocs => ../linodedocs'
line='replace github.com/linode/linode-docs-theme => ../linodedocs'
if $done; then
trimGoMod
else
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"comments": {
"dependencies": {},
"devDependencies": {
"@babel/cli": "github.com/bep/linodedocs",
"@babel/core": "github.com/bep/linodedocs",
"@babel/preset-env": "github.com/bep/linodedocs",
"@fullhuman/postcss-purgecss": "github.com/bep/linodedocs",
"@tailwindcss/custom-forms": "github.com/bep/linodedocs",
"@tailwindcss/typography": "github.com/bep/linodedocs",
"autoprefixer": "github.com/bep/linodedocs",
"core-js": "github.com/bep/linodedocs",
"postcss-cli": "github.com/bep/linodedocs",
"tailwindcss": "github.com/bep/linodedocs"
"@babel/cli": "github.com/linode/linode-docs-theme",
"@babel/core": "github.com/linode/linode-docs-theme",
"@babel/preset-env": "github.com/linode/linode-docs-theme",
"@fullhuman/postcss-purgecss": "github.com/linode/linode-docs-theme",
"@tailwindcss/custom-forms": "github.com/linode/linode-docs-theme",
"@tailwindcss/typography": "github.com/linode/linode-docs-theme",
"autoprefixer": "github.com/linode/linode-docs-theme",
"core-js": "github.com/linode/linode-docs-theme",
"postcss-cli": "github.com/linode/linode-docs-theme",
"tailwindcss": "github.com/linode/linode-docs-theme"
}
},
"dependencies": {},
Expand Down

0 comments on commit 25fd96d

Please sign in to comment.