Skip to content
This repository was archived by the owner on May 25, 2020. It is now read-only.

Commit 14354ff

Browse files
committed
Publishing to NPM
1 parent 67e5019 commit 14354ff

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ WARNING: This is a work in progress. Please do not use it in production or use a
4141

4242
# License
4343

44-
MIT © [Amit Jindal]
44+
MIT © [Amit Jindal](https://amitjindal.me)
4545

4646

4747
[npm-image]: https://img.shields.io/npm/v/generator-jhipster-postgresuuid-converter.svg

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@
77
"jhipster-module"
88
],
99
"homepage": "https://github.com/amitjindal/generator-jhipster-postgresuuid-converter",
10-
"author": {
11-
"name": "Amit Jindal",
12-
"email": "amitjindal@aquevix.com",
13-
"url": "https://www.aquevix.com"
14-
},
10+
"author": "Amit Jindal <amitjindal@aquevix.com> (https://www.aquevix.com)",
1511
"files": [
1612
"generators"
1713
],
@@ -50,5 +46,8 @@
5046
"license": "MIT",
5147
"bugs": {
5248
"url": "https://github.com/amitjindal/generator-jhipster-postgresuuid-converter/issues"
49+
},
50+
"directories": {
51+
"test": "test"
5352
}
5453
}

0 commit comments

Comments
 (0)