Skip to content

Commit bd693c6

Browse files
author
castastrophe
committed
Update the package.json to include git path and keywords
1 parent 1570a8f commit bd693c6

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

elements/pfe-modal/package.json

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,21 @@
55
"elementName": "pfe-modal"
66
},
77
"version": "1.0.0-prerelease.17",
8+
"publishConfig": {
9+
"access": "public"
10+
},
811
"description": "Modal element for PatternFly Elements",
12+
"keywords": [
13+
"web-components",
14+
"html"
15+
],
916
"repository": {
1017
"type": "git",
11-
"url": ""
12-
},
13-
"publishConfig": {
14-
"access": "public"
18+
"url": "github:patternfly/patternfly-elements",
19+
"directory": "elements/pfe-modal"
1520
},
16-
"main": "index.js",
21+
"main": "pfe-modal.umd.js",
22+
"module": "pfe-modal.js",
1723
"scripts": {
1824
"build": "../../node_modules/.bin/gulp && ../../node_modules/.bin/prettier --ignore-path ../../.prettierignore --write '**/*.{js,json}'",
1925
"dev": "../../node_modules/.bin/gulp dev",
@@ -22,6 +28,10 @@
2228
"author": {
2329
"name": "cd"
2430
},
31+
"contributors": [{
32+
"name": "castastrophe",
33+
"url": "https://github.com/castastrophe"
34+
}],
2535
"license": "MIT",
2636
"dependencies": {
2737
"@patternfly/pfe-sass": "1.0.0-prerelease.17",

0 commit comments

Comments
 (0)