Skip to content

Commit 9392c3e

Browse files
committed
release orga-build
1 parent 7f99d09 commit 9392c3e

File tree

4 files changed

+14
-20
lines changed

4 files changed

+14
-20
lines changed

.changeset/puny-kids-cut.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'orga-build': patch
3+
---
4+
5+
release orga-build

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@codemirror/language": "^6.10.8",
2020
"@codemirror/state": "^6.5.2",
2121
"@codemirror/view": "^6.36.2",
22-
"@orgajs/build": "workspace:^",
22+
"orga-build": "workspace:^",
2323
"@orgajs/editor": "workspace:^",
2424
"@orgajs/orgx": "workspace:^",
2525
"codemirror": "^6.0.1",

packages/orga-build/package.json

+5-16
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,15 @@
11
{
2-
"name": "@orgajs/build",
3-
"version": "1.1.2",
4-
"description": "",
2+
"name": "orga-build",
3+
"version": "0.1.0",
4+
"description": "A simple tool that builds org-mode files into a website",
55
"type": "module",
66
"bin": {
77
"orga-build": "cli.js"
88
},
99
"scripts": {},
10-
"files": [
11-
"lib/",
12-
"cli.js",
13-
"index.js",
14-
"index.d.ts",
15-
"index.d.ts.map"
16-
],
10+
"files": ["lib/", "cli.js", "index.js", "index.d.ts", "index.d.ts.map"],
1711
"exports": "./index.js",
18-
"keywords": [
19-
"orgajs",
20-
"build",
21-
"website",
22-
"react"
23-
],
12+
"keywords": ["orgajs", "org-mode", "build", "website", "react"],
2413
"author": "Xiaoxing Hu <[email protected]>",
2514
"license": "MIT",
2615
"dependencies": {

pnpm-lock.yaml

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)