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