Mark apps as private
This commit is contained in:
parent
4edcc2cf73
commit
880ad8a268
@ -2,6 +2,7 @@
|
|||||||
"name": "browser",
|
"name": "browser",
|
||||||
"version": "0.12.0-alpha.0",
|
"version": "0.12.0-alpha.0",
|
||||||
"description": "browser example",
|
"description": "browser example",
|
||||||
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "npx http-server -c-1 ../../"
|
"start": "npx http-server -c-1 ../../"
|
||||||
},
|
},
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
"name": "node-ts",
|
"name": "node-ts",
|
||||||
"version": "0.12.0-alpha.0",
|
"version": "0.12.0-alpha.0",
|
||||||
"description": "node example",
|
"description": "node example",
|
||||||
|
"private": "true",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
"help": "ts-node ffmpeg/help.ts",
|
"help": "ts-node ffmpeg/help.ts",
|
||||||
|
Loading…
Reference in New Issue
Block a user