mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Remove blank lines from package.json files
This commit is contained in:
@@ -3,7 +3,6 @@
|
|||||||
"__applicationVersion": "0.0.2",
|
"__applicationVersion": "0.0.2",
|
||||||
"__applicationDirectoryName": "fx_cast",
|
"__applicationDirectoryName": "fx_cast",
|
||||||
"__applicationExecutableName": "bridge",
|
"__applicationExecutableName": "bridge",
|
||||||
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "node bin/build.js",
|
"build": "node bin/build.js",
|
||||||
"package": "node bin/build.js --package",
|
"package": "node bin/build.js --package",
|
||||||
|
|||||||
@@ -3,7 +3,6 @@
|
|||||||
"__extensionId": "fx_cast@matt.tf",
|
"__extensionId": "fx_cast@matt.tf",
|
||||||
"__extensionVersion": "0.0.2",
|
"__extensionVersion": "0.0.2",
|
||||||
"__mirroringAppId": "19A6F4AE",
|
"__mirroringAppId": "19A6F4AE",
|
||||||
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "node bin/build.js",
|
"build": "node bin/build.js",
|
||||||
"package": "node bin/build.js --package",
|
"package": "node bin/build.js --package",
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
"author": "Matt Hensman <m@matt.tf>",
|
"author": "Matt Hensman <m@matt.tf>",
|
||||||
"homepage": "https://hensm.github.io/fx_cast",
|
"homepage": "https://hensm.github.io/fx_cast",
|
||||||
"bugs": "https://github.com/hensm/fx_cast",
|
"bugs": "https://github.com/hensm/fx_cast",
|
||||||
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "npm run postinstall:app && npm run postinstall:ext",
|
"postinstall": "npm run postinstall:app && npm run postinstall:ext",
|
||||||
"postinstall:app": "npm install ./app --prefix ./app",
|
"postinstall:app": "npm install ./app --prefix ./app",
|
||||||
|
|||||||
Reference in New Issue
Block a user