repos / neovimcraft

website that makes it easy to find neovim plugins
git clone https://github.com/neurosnap/neovimcraft.git

commit
65b2bd8
parent
7cca1c4
author
Eric Bower
date
2021-07-20 14:40:08 +0000 UTC
change name to neovimcraft
3 files changed,  +8, -7
M README.md
+3, -2
 1@@ -1,6 +1,7 @@
 2-# neovim-awesome
 3+# neovim craft
 4 
 5-A site dedicated to finding the best neovim plugins.
 6+A site dedicated to finding the best neovim plugins and other resources for
 7+building neovim plugins
 8 
 9 ## Developing
10 
M package.json
+3, -3
 1@@ -1,5 +1,5 @@
 2 {
 3-  "name": "neovim-awesome",
 4+  "name": "neovimcraft",
 5   "version": "0.0.0",
 6   "scripts": {
 7     "dev": "svelte-kit dev --host 0.0.0.0",
 8@@ -14,8 +14,8 @@
 9     "scrape": "node --experimental-specifier-resolution=node --loader ts-node/esm src/scrape.ts",
10     "process": "node --experimental-specifier-resolution=node --loader ts-node/esm src/process.ts",
11     "transform": "node --loader ts-node/esm src/transform.ts",
12-    "upload:clean": "gsutil -m rm -r gs://neovim.erock.io/*",
13-    "upload": "gsutil -m -h 'Cache-Control:private, max-age=0, no-transform' rsync -r ./build gs://neovim.erock.io",
14+    "upload:clean": "gsutil -m rm -r gs://neovimcraft.com/*",
15+    "upload": "gsutil -m -h 'Cache-Control:private, max-age=0, no-transform' rsync -r ./build gs://neovimcraft.com",
16     "deploy": "yarn build:clean && yarn build && yarn upload:clean && yarn upload"
17   },
18   "devDependencies": {
M src/routes/index.svelte
+2, -2
 1@@ -95,8 +95,8 @@
 2 <div class="container">
 3   <div class="intro">
 4     <h1 id="logo">
 5-      neovim awesome
 6-      <a href="https://github.com/neurosnap/neovim-awesome" target="_blank">
 7+      neovim craft
 8+      <a href="https://github.com/neurosnap/neovimcraft" target="_blank">
 9         <Icon icon="github" />
10       </a>
11     </h1>