Skip to content

Commit b1653db

Browse files
committed
use 0.1.0 since it's the first release
1 parent d057f5d commit b1653db

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

packages/orga-build/package.json

+3-15
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,15 @@
11
{
22
"name": "orga-build",
3-
"version": "0.1.1",
3+
"version": "0.1.0",
44
"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-
"org-mode",
21-
"build",
22-
"website",
23-
"react"
24-
],
12+
"keywords": ["orgajs", "org-mode", "build", "website", "react"],
2513
"author": "Xiaoxing Hu <[email protected]>",
2614
"license": "MIT",
2715
"dependencies": {

0 commit comments

Comments
 (0)