web: Mark packages as private

This prevents accidental publication of packages that shouldn't
be published. Some packages were already marked as such, so it's a
bit more consistent.
This commit is contained in:
relrelb 2022-01-07 16:52:35 +02:00 committed by Mike Welsh
parent 7cffddca97
commit 5f033743f0
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
"version": "0.1.0",
"description": "Core bindings for Ruffle",
"license": "(MIT OR Apache-2.0)",
"private": true,
"main": "./pkg/index.js",
"types": "./pkg/index.d.ts",
"files": [

View File

@ -3,6 +3,7 @@
"version": "0.1.0",
"description": "Putting Flash back on the web. Ruffle will polyfill all Flash content and replace it with the Ruffle flash player.",
"license": "(MIT OR Apache-2.0)",
"private": true,
"keywords": [
"flash",
"swf"