Skip to content

Commit e1b537c

Browse files
committed
Updated package versions
- we need to set some starting version numbers so we can start publishing to npm
1 parent 93aad30 commit e1b537c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/html-to-plaintext/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@tryghost/html-to-plaintext",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"repository": "https://github.com/TryGhost/Ghost/tree/main/packages/html-to-plaintext",
55
"author": "Ghost Foundation",
6-
"private": true,
6+
"private": false,
77
"main": "index.js",
88
"files": [
99
"index.js",

packages/members-csv/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tryghost/members-csv",
3-
"version": "0.0.0",
4-
"private": true,
3+
"version": "2.0.0",
4+
"private": false,
55
"author": "Ghost Foundation",
66
"license": "MIT",
77
"main": "index.js",

0 commit comments

Comments
 (0)