Remove blank lines from package.json files

This commit is contained in:
hensm
2019-03-12 03:03:54 +00:00
parent f1125061d5
commit 1f152bd4e7
3 changed files with 0 additions and 3 deletions

View File

@@ -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",

View File

@@ -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",

View File

@@ -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",