Skip to content

Commit

Permalink
Upgrade Node + Deps (#192)
Browse files Browse the repository at this point in the history
* deprecate now.json

* repalce node-sass with sass

* update gitignore

* remove now.json

* Update fathom script tag

* Remove now.old.json
  • Loading branch information
moollaza authored Feb 3, 2023
1 parent ccca78e commit 7a163a8
Show file tree
Hide file tree
Showing 6 changed files with 165 additions and 474 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ yarn-error.log*
*.njsproj
*.sln
*.sw*
.vercel
51 changes: 0 additions & 51 deletions now.json

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "repo-remover",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -17,6 +17,7 @@
"date-fns": "^2.8.1",
"graphql": "^14.1.1",
"p-settle": "^4.1.1",
"sass": "^1.58.0",
"vue": "^2.5.21",
"vue-apollo": "^3.0.0-beta.27",
"vue-meta": "^2.4.0",
Expand All @@ -37,7 +38,6 @@
"eslint-plugin-vue": "^6.0.1",
"glob-all": "^3.1.0",
"graphql-tag": "^2.11.0",
"node-sass": "^4.13.1",
"now-we-test": "^0.9.0",
"path": "^0.12.7",
"project-name-generator": "^2.1.7",
Expand Down
6 changes: 2 additions & 4 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,8 @@
<% if (process.env.NODE_ENV == 'production') { %>
<!-- Fathom - beautiful, simple website analytics -->
<script
src="https://piranha.reporemover.xyz/script.js"
spa="auto"
site="<%= VUE_APP_FATHOM_SITE_ID || '' %>"
included-domains="reporemover.xyz"
src="https://cdn.usefathom.com/script.js"
data-site="<%= VUE_APP_FATHOM_SITE_ID || '' %>"
defer
></script>
<!-- / Fathom -->
Expand Down
11 changes: 0 additions & 11 deletions www-redirect/now.json

This file was deleted.

Loading

1 comment on commit 7a163a8

@vercel
Copy link

@vercel vercel bot commented on 7a163a8 Feb 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.