Skip to content

Commit 491ed9f

Browse files
author
Netanel Basal
committed
fix(npm): add missing details
1 parent 872041e commit 491ed9f

1 file changed

Lines changed: 19 additions & 7 deletions

File tree

package.json

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@
77
"staticpath": "playground",
88
"commit": "pages"
99
},
10+
"readme": "https://github.com/datorama/themify#readme",
11+
"contributors": [{
12+
"name": "Netanel Basal",
13+
"url": "https://netbasal.com"
14+
},
15+
{
16+
"name": "Amit Bar Hanin"
17+
}
18+
],
19+
"bugs": {
20+
"url": "https://github.com/datorama/themify/issues"
21+
},
22+
"license": "Apache License 2.0",
23+
"homepage": "https://github.com/datorama/themify#readme",
1024
"scripts": {
1125
"setup": "semantic-release-cli setup",
1226
"github-pages": "gh-pages-deploy",
@@ -107,15 +121,13 @@
107121
},
108122
"@semantic-release/git"
109123
],
110-
"publish": [
111-
{
112-
"path": "@semantic-release/npm",
113-
"pkgRoot": "dist"
114-
}
115-
]
124+
"publish": [{
125+
"path": "@semantic-release/npm",
126+
"pkgRoot": "dist"
127+
}]
116128
},
117129
"repository": {
118130
"type": "git",
119131
"url": "https://github.com/datorama/themify.git"
120132
}
121-
}
133+
}

0 commit comments

Comments
 (0)