diff --git a/.npmignore b/.npmignore index 9260840..ce7346d 100644 --- a/.npmignore +++ b/.npmignore @@ -1,4 +1,7 @@ .DS_Store +circle.yml node_modules test* -karma.conf.js \ No newline at end of file +karma.conf.js +logo.png +logo.psd diff --git a/README.md b/README.md index 1945c2b..8f4ecb5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +React to Angular: The easiest way to use React components in Angular 1 + # react2angular [![Build Status](https://img.shields.io/circleci/project/coatue/react2angular.svg?branch=master&style=flat-square)](https://circleci.com/gh/coatue/react2angular) [![NPM](https://img.shields.io/npm/v/react2angular.svg?style=flat-square)](https://www.npmjs.com/package/react2angular) [![Apache2](https://img.shields.io/npm/l/react2angular.svg?style=flat-square)](https://opensource.org/licenses/Apache2) > The easiest way to use React components in Angular 1! diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..d2f212b Binary files /dev/null and b/logo.png differ diff --git a/logo.psd b/logo.psd new file mode 100644 index 0000000..be0ed65 Binary files /dev/null and b/logo.psd differ