Browse Source

remove now. now.sh is dead :(

Billie Hilton 1 year ago
parent
commit
d6b66385f4
2 changed files with 1 additions and 6 deletions
  1. 0 3
      now.json
  2. 1 3
      package.json

+ 0 - 3
now.json

@@ -1,3 +0,0 @@
-{
-  "alias": "billiegoose.xyz"
-}

+ 1 - 3
package.json

@@ -4,7 +4,6 @@
   "description": "Billie Hilton's website",
   "scripts": {
     "start": "jus serve",
-    "deploy": "npm run build && (cd dist && rm package.json && now --static)",
     "build": "jus build . dist",
     "commit": "git add dist && git commit -m deploy",
     "push": "git subrepo push dist",
@@ -21,7 +20,6 @@
   },
   "homepage": "https://github.com/billiegoose/billiegoose.github.io#readme",
   "devDependencies": {
-    "jus": "^0.24.1",
-    "opener": "^1.4.1"
+    "jus": "^0.26.0"
   }
 }