From 35096b1d5a3a5635b6d199f878ad8ddc35e7ea06 Mon Sep 17 00:00:00 2001 From: ivanazuber Date: Sat, 1 Dec 2018 11:26:52 +0100 Subject: [PATCH] fix readme badges and add licence to package.json --- README.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c1c606cb..d999cafd 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,11 @@ Buffer's Component library and Style Guide for the Buffer Platform and the community

- + [![npm package](https://img.shields.io/npm/v/@bufferapp/components-new/latest.svg)](https://www.npmjs.com/package/@bufferapp/components-new) [![Build Status](https://travis-ci.org/bufferapp/shared-components.svg?branch=master)](https://travis-ci.org/bufferapp/shared-components) + Welcome to the official Buffer components library 🎉! This is where we host all the components used by the Buffer applications ([Publish](https://publish.buffer.com), [Analyze](https://analyze.buffer.com) and [Reply](https://reply.buffer.com)), as well as our official [Style Documentation](https://bufferapp.github.io/shared-components/#Button). This library is open source and free for you to explore and use! diff --git a/package.json b/package.json index 0c0ee2c3..8abed85f 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "publishConfig": { "access": "public" }, - "license": "UNLICENSED", + "license": "MIT", "bugs": { "url": "https://github.com/bufferapp/shared-components/issues" },