Skip to content

Commit

Permalink
fix: npm publish config
Browse files Browse the repository at this point in the history
  • Loading branch information
Nir Galon committed Oct 1, 2020
1 parent 5863877 commit b824d6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<img src="https://raw.githubusercontent.com/nirgn975/generator-jekyll-starter-kit/master/images/jekyll-starter-kit.png" />


[![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]
[![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]

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

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

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

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

[downloads-image]: https://img.shields.io/npm/dt/generator-jekyll-starter-kit.svg
[downloads-url]: https://www.npmjs.com/package/generator-jekyll-starter-kit
[donate-image]: https://img.shields.io/badge/PayPal-Donate-lightgrey.svg
[donate-url]: https://www.paypal.me/nirgn/2
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-jekyll-starter-kit",
"version": "3.0.3",
"version": "3.0.5",
"description": "Combine Jekyll and Google web-starter-kit to enjoy the best of both worlds",
"homepage": "https://github.com/nirgn975/generator-jekyll-starter-kit",
"author": {
Expand Down Expand Up @@ -88,9 +88,6 @@
},
"repository": "nirgn975/generator-jekyll-starter-kit",
"license": "ISC",
"publishConfig": {
"registry": "https://npm.pkg.github.com/@nirgn975"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
Expand Down

0 comments on commit b824d6e

Please sign in to comment.