0.2.3 • Published 7 years ago

ember-cli-mlabs-emojione v0.2.3

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
7 years ago

ember-cli-mlabs-emojione

A simple shim for EmojiOne that exposes the library as an ES6 module.

This is a fork from the original addon available on https://github.com/crhayes/ember-cli-emojione

Installation

Please install this addon into your Ember.js project using ember-cli:

ember install ember-cli-mlabs-emojione

You can then import EmojiOne as an ES6 module:

import emojione from 'emojione';

Contributing

  • git clone <repository-url> this repository
  • cd ember-cli-mlabs-emojione
  • npm install

Linting

  • npm run lint:js
  • npm run lint:js -- --fix

Running tests

  • ember test – Runs the test suite on the current Ember version
  • ember test --server – Runs the test suite in "watch mode"
  • ember try:each – Runs the test suite against multiple Ember versions

Running the dummy application

For more information on using ember-cli, visit https://ember-cli.com/.

License

This project is licensed under the MIT License.

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago