Skip to content

Commit 5cca19c

Browse files
andrewserongramonjdtalldanockhamjustlevine
authored
Vips and worker-threads packages: remove private flag so that packages can be published to npm (#75752)
* Vips and worker-threads packages: remove private flag so that packages can be published to npm * Update docs Unlinked contributors: jakebailey. Co-authored-by: andrewserong <andrewserong@git.wordpress.org> Co-authored-by: ramonjd <ramonopoly@git.wordpress.org> Co-authored-by: talldan <talldanwp@git.wordpress.org> Co-authored-by: ockham <bernhard-reiter@git.wordpress.org> Co-authored-by: justlevine <justlevine@git.wordpress.org> Co-authored-by: up1512001 <up1512001@git.wordpress.org> Co-authored-by: joshualip-plaudit <joshualipstone@git.wordpress.org> Co-authored-by: Hug0-Drelon <hugod@git.wordpress.org>
1 parent adc688e commit 5cca19c

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

docs/manifest.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2087,6 +2087,12 @@
20872087
"markdown_source": "../packages/views/README.md",
20882088
"parent": "packages"
20892089
},
2090+
{
2091+
"title": "@wordpress/vips",
2092+
"slug": "packages-vips",
2093+
"markdown_source": "../packages/vips/README.md",
2094+
"parent": "packages"
2095+
},
20902096
{
20912097
"title": "@wordpress/warning",
20922098
"slug": "packages-warning",
@@ -2105,6 +2111,12 @@
21052111
"markdown_source": "../packages/wordcount/README.md",
21062112
"parent": "packages"
21072113
},
2114+
{
2115+
"title": "@wordpress/worker-threads",
2116+
"slug": "packages-worker-threads",
2117+
"markdown_source": "../packages/worker-threads/README.md",
2118+
"parent": "packages"
2119+
},
21082120
{
21092121
"title": "@wordpress/build",
21102122
"slug": "packages-wp-build",

packages/vips/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@wordpress/vips",
33
"version": "1.0.0-prerelease",
4-
"private": true,
54
"description": "Utils for working with libvips.",
65
"author": "The WordPress Contributors",
76
"license": "GPL-2.0-or-later",

packages/worker-threads/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@wordpress/worker-threads",
33
"version": "1.0.0-prerelease",
4-
"private": true,
54
"description": "Utilities for type-safe Web Worker communication with RPC.",
65
"author": "The WordPress Contributors",
76
"license": "GPL-2.0-or-later",

0 commit comments

Comments
 (0)