Skip to content

Commit b824d6e

Browse files
author
Nir Galon
committed
fix: npm publish config
1 parent 5863877 commit b824d6e

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<img src="https://raw.githubusercontent.com/nirgn975/generator-jekyll-starter-kit/master/images/jekyll-starter-kit.png" />
22

33

4-
[![license][license-image]][license-url] [![NPM version][npm-image]][npm-url] ![Node CI](https://github.com/nirgn975/generator-jekyll-starter-kit/workflows/Node%20CI/badge.svg) [![Dependency Status][dependencyci-image]][dependencyci-url] [![codecov][codecov-image]][codecov-url] [![Codacy Badge][codacy-image]][codacy-url] [![Maintenance][maintenance-image]][maintenance-url] [![Gitter][gitter-image]][gitter-url]
4+
[![license][license-image]][license-url] [![NPM version][npm-image]][npm-url] ![Continuous Deployment](https://github.com/nirgn975/generator-jekyll-starter-kit/workflows/Continuous%20Deployment/badge.svg) [![Dependency Status][dependencyci-image]][dependencyci-url] [![codecov][codecov-image]][codecov-url] [![Codacy Badge][codacy-image]][codacy-url] [![Maintenance][maintenance-image]][maintenance-url] [![Gitter][gitter-image]][gitter-url]
55

66
> Jekyll + Google web-starter-kit = best of both worlds
77
@@ -62,8 +62,8 @@ Great! Here is how you can install the local generator to test changes.
6262

6363
* [Nir Galon](http://nir.galon.io)
6464
* [Roy Segall](http://twitter.com/roysegalll)
65-
* [Yotam Emergy](http://ydesign.webflow.io/)
66-
* [Carol Ng](https://www.carolkng.com/)
65+
* [Yotam Emergy](http://ydesign.webflow.io)
66+
* [Carol Ng](https://www.carolkng.com)
6767

6868
[![npm][downloads-image]][downloads-url] [![Donate][donate-image]][donate-url]
6969

@@ -84,5 +84,3 @@ Great! Here is how you can install the local generator to test changes.
8484

8585
[downloads-image]: https://img.shields.io/npm/dt/generator-jekyll-starter-kit.svg
8686
[downloads-url]: https://www.npmjs.com/package/generator-jekyll-starter-kit
87-
[donate-image]: https://img.shields.io/badge/PayPal-Donate-lightgrey.svg
88-
[donate-url]: https://www.paypal.me/nirgn/2

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-jekyll-starter-kit",
3-
"version": "3.0.3",
3+
"version": "3.0.5",
44
"description": "Combine Jekyll and Google web-starter-kit to enjoy the best of both worlds",
55
"homepage": "https://github.com/nirgn975/generator-jekyll-starter-kit",
66
"author": {
@@ -88,9 +88,6 @@
8888
},
8989
"repository": "nirgn975/generator-jekyll-starter-kit",
9090
"license": "ISC",
91-
"publishConfig": {
92-
"registry": "https://npm.pkg.github.com/@nirgn975"
93-
},
9491
"husky": {
9592
"hooks": {
9693
"pre-commit": "lint-staged"

0 commit comments

Comments
 (0)