Skip to content

Commit

Permalink
fix(npm): Added peerDep
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusriga committed May 5, 2019
1 parent 9281d12 commit e174ee4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Maintainability](https://api.codeclimate.com/v1/badges/e0d0c8874fbb4e304b03/maintainability)](https://codeclimate.com/github/nfront/gatsby-plugin-global-styles/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/e0d0c8874fbb4e304b03/test_coverage)](https://codeclimate.com/github/nfront/gatsby-plugin-global-styles/test_coverage) [![Build Status](https://travis-ci.com/nfront/gatsby-plugin-global-styles.svg?branch=master)](https://travis-ci.com/nfront/gatsby-plugin-global-styles) [![Greenkeeper badge](https://badges.greenkeeper.io/nfront/gatsby-plugin-global-styles.svg)](https://greenkeeper.io/) [![npm bundle size](https://badgen.net/bundlephobia/min/gatsby-plugin-global-styles)](https://bundlephobia.com/result?p=gatsby-plugin-global-styles) [![npm](https://img.shields.io/npm/v/gatsby-plugin-global-styles.svg)](https://www.npmjs.com/package/gatsby-plugin-global-styles)
[![Build Status](https://travis-ci.com/nfront/gatsby-plugin-global-styles.svg?branch=master)](https://travis-ci.com/nfront/gatsby-plugin-global-styles) [![Greenkeeper badge](https://badges.greenkeeper.io/nfront/gatsby-plugin-global-styles.svg)](https://greenkeeper.io/) [![Maintainability](https://api.codeclimate.com/v1/badges/e0d0c8874fbb4e304b03/maintainability)](https://codeclimate.com/github/nfront/gatsby-plugin-global-styles/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/e0d0c8874fbb4e304b03/test_coverage)](https://codeclimate.com/github/nfront/gatsby-plugin-global-styles/test_coverage) [![npm bundle size](https://badgen.net/bundlephobia/min/gatsby-plugin-global-styles)](https://bundlephobia.com/result?p=gatsby-plugin-global-styles) [![npm](https://img.shields.io/npm/v/gatsby-plugin-global-styles.svg)](https://www.npmjs.com/package/gatsby-plugin-global-styles)

![Twitter URL](https://img.shields.io/twitter/url/https/github.com/nfront/global-styles.svg?style=social) ![Twitter Follow](https://img.shields.io/twitter/follow/magnusriga.svg?label=Follow&style=social)

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"react-dom": "^16.8.6"
},
"peerDependencies": {
"gatsby": "^2.0.0"
"gatsby": "^2.0.0",
"@nfront/global-styles": "^1.2.11"
}
}

0 comments on commit e174ee4

Please sign in to comment.