Skip to content

Commit e1d51c1

Browse files
committed
Update common Promptbook stuff
1 parent 563acb8 commit e1d51c1

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

LICENSE.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# 🔑 Promptbook license
2+
3+
See [BUSL 1.1 is an SPDX license](https://spdx.org/licenses/BUSL-1.1.html)

batch-project-editor.js

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// Note: This file is used to configure @hejny `s batch-project-editor rules
2+
// @see https://github.com/hejny/batch-project-editor
3+
module.exports = {
4+
ignoreWorkflows: ['organizeImports', 'contributing', 'partners', 'license', 'badges', 'auditDependencies'],
5+
};

package.json

+10-5
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,26 @@
11
{
22
"name": "hello-world-node-js",
33
"version": "1.0.0",
4+
"license": "BUSL-1.1",
45
"description": "Sample Book project using Promptbook and pure vanilla JavaScript in Node.js environment",
56
"main": "index.js",
6-
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
8-
},
7+
98
"repository": {
109
"type": "git",
1110
"url": "git+https://github.com/webgptorg/hello-world-node-js.git"
1211
},
13-
"author": "",
14-
"license": "ISC",
12+
"author": "Pavol Hejný <pavol@ptbk.io> (https://www.pavolhejny.com/)",
13+
"contributors": [
14+
"Pavol Hejný <pavol@ptbk.io> (https://www.pavolhejny.com/)",
15+
"Jiří Jahn <jiri@ptbk.io> (https://www.ptbk.io/)"
16+
],
1517
"bugs": {
1618
"url": "https://github.com/webgptorg/hello-world-node-js/issues"
1719
},
1820
"homepage": "https://github.com/webgptorg/hello-world-node-js#readme",
21+
"scripts": {
22+
"test": "echo \"Error: no test specified\" && exit 1"
23+
},
1924
"dependencies": {
2025
"ptbk": "0.86.5"
2126
}

0 commit comments

Comments
 (0)