random-str-msg-rully 1.0.0 → 1.1.0

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.
Files changed (2) hide show
  1. package/README.md +19 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,2 +1,19 @@
1
- # random-str-msg-rully
2
- Random string messages
1
+ # random-str-msg
2
+
3
+ Whenever I start a new project, I don't know what to write for the first commit. After doing a “git init” there is technically nothing there...
4
+
5
+ ## Install
6
+
7
+ ```npm
8
+ npm install -g random-str-msg-rully
9
+ Usage
10
+
11
+
12
+ random-str-msg
13
+ Contributing
14
+
15
+ If someone wants to add or improve something, I invite you to collaborate directly in this repository: random-str-msg-rully
16
+
17
+ License
18
+
19
+ funny-commit is released under the MIT License.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "random-str-msg-rully",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "description": "Random string messages",
5
5
  "main": "index.js",
6
6
  "scripts": {