suman-malik-repo 1.0.1 → 1.0.3

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 +1 -1
  2. package/package.json +1 -8
package/README.md CHANGED
@@ -5,5 +5,5 @@ A simple Node.js library that says hello to Suman Malik.
5
5
  ## Usage
6
6
 
7
7
  ```javascript
8
- const sayHello = require('suman-malik-repo');
8
+ const sayHello = require('say-hello-repo');
9
9
  console.log(sayHello()); // Output: Hello, Suman Malik!
package/package.json CHANGED
@@ -1,19 +1,12 @@
1
1
  {
2
2
  "name": "suman-malik-repo",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "a test npm package for the first time",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
8
8
  },
9
9
  "author": "suman malik repo",
10
- "contributors": [
11
- {
12
- "name": "Suman Malik",
13
- "email": "sumanmalik2907@gmail.com",
14
- "url": "https://github.com/suman-malik-repo"
15
- }
16
- ],
17
10
  "license": "ISC",
18
11
  "keywords": [
19
12
  "say",