Skip to content

Commit 6db7797

Browse files
committed
fix: add and sort details in package file
1 parent 585f123 commit 6db7797

File tree

1 file changed

+33
-8
lines changed

1 file changed

+33
-8
lines changed

package.json

Lines changed: 33 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,45 @@
11
{
22
"name": "toppy-app",
33
"version": "1.0.10",
4+
"description": "Overlay library for Angular 7+",
5+
"keywords": [
6+
"angular",
7+
"dropdown",
8+
"modal",
9+
"overlay",
10+
"popover",
11+
"popup",
12+
"sidebar",
13+
"tooltip"
14+
],
15+
"homepage": "https://github.com/lokesh-coder/toppy",
16+
"bugs": {
17+
"url": "https://github.com/lokesh-coder/toppy/issues"
18+
},
19+
"repository": {
20+
"type": "git",
21+
"url": "https://github.com/lokesh-coder/toppy"
22+
},
23+
"license": "MIT",
24+
"author": {
25+
"name": "Lokesh Rajendran",
26+
"email": "mexican.dirtyfellow@gmail.com",
27+
"url": "https://github.com/lokesh-coder"
28+
},
429
"scripts": {
5-
"ng": "ng",
6-
"start": "ng serve",
30+
"archive:app": "node ./bin/archive.js",
731
"build:app": "ng build --prod",
832
"build:lib": "ng build toppy",
33+
"e2e": "ng e2e",
34+
"lint": "ng lint",
35+
"ng": "ng",
36+
"postpublish": "node ./bin/gh-pages.js",
37+
"release": "semantic-release",
38+
"start": "ng serve",
939
"test": "npm run test:lib",
1040
"test:app": "ng test --project toppy-app",
1141
"test:lib": "ng test --project toppy",
12-
"lint": "ng lint",
13-
"e2e": "ng e2e",
14-
"release": "semantic-release",
15-
"travis-deploy-once": "travis-deploy-once",
16-
"archive:app": "node ./bin/archive.js",
17-
"postpublish": "node ./bin/gh-pages.js"
42+
"travis-deploy-once": "travis-deploy-once"
1843
},
1944
"dependencies": {
2045
"@angular/animations": "~7.0.0",

0 commit comments

Comments
 (0)