create-nodepress-app 1.0.5 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -5
- package/bin/nodepress.js +0 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -118,9 +118,6 @@ That's it — NodePress is running!
|
|
|
118
118
|
|
|
119
119
|
## License
|
|
120
120
|
|
|
121
|
-
Copyright (c) 2026-present Karthik Paulraj / BuildWithKode.
|
|
121
|
+
Copyright (c) 2026-present Karthik Paulraj / BuildWithKode.
|
|
122
122
|
|
|
123
|
-
NodePress is
|
|
124
|
-
You may not copy, redistribute, sell, or claim this software as your own without written permission.
|
|
125
|
-
|
|
126
|
-
See the [full license](https://github.com/buildwithkode/nodepress/blob/main/LICENSE) for details.
|
|
123
|
+
NodePress is open source software licensed under the **[MIT License](https://github.com/buildwithkode/nodepress/blob/main/LICENSE)**. You are free to use, modify, and distribute it.
|
package/bin/nodepress.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-nodepress-app",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"description": "Scaffold a self-hosted NodePress headless CMS in one command",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cms",
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
"nodepress",
|
|
11
11
|
"self-hosted"
|
|
12
12
|
],
|
|
13
|
-
"license": "
|
|
14
|
-
"author": "
|
|
13
|
+
"license": "MIT",
|
|
14
|
+
"author": "Karthik Paulraj <karthik@buildwithkode.com>",
|
|
15
15
|
"homepage": "https://nodepress.buildwithkode.com",
|
|
16
16
|
"repository": {
|
|
17
17
|
"type": "git",
|