Skip to content

Commit

Permalink
Merge pull request #63 from edx/fix-npm-warnings
Browse files Browse the repository at this point in the history
Fix missing repository warning and add unmet peer dev dependency
  • Loading branch information
jaebradley authored Nov 9, 2017
2 parents c169341 + aa98eac commit 2461018
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Paragon

[![Build Status](https://travis-ci.org/edx/paragon.svg?branch=master)](https://travis-ci.org/edx/paragon) [![Coveralls](https://img.shields.io/coveralls/edx/paragon.svg?branch=master)](https://coveralls.io/github/edx/paragon) [![Greenkeeper badge](https://badges.greenkeeper.io/edx/paragon.svg)](https://greenkeeper.io/)
[![npm version](https://badge.fury.io/js/%40edx%2Fparagon.svg)](https://badge.fury.io/js/%40edx%2Fparagon)

Paragon provides accessible React components for use within the Open edX platform and beyond.

Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "@edx/paragon",
"version": "1.1.5",
"version": "1.1.6",
"description": "Accessible, responsive UI component library based on Bootstrap.",
"main": "src/index.js",
"author": "arizzitano",
"license": "MIT",
"repository": "https://github.com/edx/paragon/",
"scripts": {
"build": "NODE_ENV=production webpack",
"build-storybook": "build-storybook",
Expand All @@ -17,7 +18,7 @@
"test": "jest --coverage"
},
"dependencies": {
"@edx/edx-bootstrap": "^0.4.0",
"@edx/edx-bootstrap": "^0.4.2",
"classnames": "^2.2.5",
"font-awesome": "^4.7.0",
"prop-types": "^15.5.8",
Expand All @@ -31,7 +32,7 @@
"@storybook/addon-console": "^1.0.0",
"@storybook/addon-options": "^3.2.6",
"@storybook/addon-storyshots": "^3.2.8",
"@storybook/react": "3.2.11",
"@storybook/react": "^3.2.12",
"@storybook/storybook-deployer": "^2.0.0",
"babel-cli": "^6.24.1",
"babel-jest": "^21.0.0",
Expand Down

0 comments on commit 2461018

Please sign in to comment.