From 325ef74bd248e1918c0e1e911134cf5ca8c271d3 Mon Sep 17 00:00:00 2001 From: Wheat Carrier Date: Wed, 7 Apr 2021 03:45:43 +0800 Subject: [PATCH] remove install-fe's dependency on git (#132) * fix install-fe command * fix * update version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index dfa24fc..2aff0e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "javpy", - "version": "0.7.14", + "version": "0.7.15", "description": "Enjoy driving on a Javascriptive (originally Pythonic) way to Japanese AV!", "scripts": { "dev": "node ./bin/javpy.js --browser=false --public=true", @@ -9,7 +9,7 @@ "build": "pkg . --out-path=./build/", "heroku-postbuild": "echo Skip build on Heroku", "install": "npm run install-fe", - "install-fe": "npm install --prefix frontend --only=prod TheodoreKrypton/JavPy-webfe && npm install --no-save gzipper && gzipper compress ./frontend/node_modules/javpy-react/build ./frontend/build" + "install-fe": "npm install --prefix frontend --only=prod https://github.com/TheodoreKrypton/javpy-webfe/tarball/master && npm install --no-save gzipper && gzipper compress ./frontend/node_modules/javpy-react/build ./frontend/build" }, "repository": { "type": "git",