Skip to content

Commit

Permalink
remove test..
Browse files Browse the repository at this point in the history
  • Loading branch information
luyilin committed Jan 22, 2018
1 parent 12ff666 commit afca372
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
17 changes: 6 additions & 11 deletions README.md
@@ -1,7 +1,7 @@
# Maltose

[![npm](https://img.shields.io/npm/dm/maltoses.svg)](https://www.npmjs.com/package/maltoses)
[![CircleCI](https://circleci.com/gh/luyilin/Maltose/tree/master.svg?style=shield)](https://circleci.com/gh/luyilin/Maltose/tree/master)
[![npm](https://img.shields.io/npm/dm/maltoses.svg)](https://www.npmjs.com/package/maltoses)

a cute emoticon keyboard which can generate random emoticon

Expand All @@ -15,8 +15,8 @@ a cute emoticon keyboard which can generate random emoticon

## Install

```js
$ npm install maltoses --save
```
$ yarn add maltoses --save
```

## Usage
Expand All @@ -35,10 +35,6 @@ $ npm install maltoses --save

```js
let maltose_demo = new maltose({
wrap: document.querySelector('.maltose'),
target: document.getElementsByTagName('textarea')[0],
width: '100%',
maxHeight: '200px',
api: 'https://luyilin.github.io/Maltose/demo/maltose.json'
})
```
Expand All @@ -48,15 +44,14 @@ let maltose_demo = new maltose({
### JS

```js
var maltose = require('maltoses');
var maltose = require('maltoses')
var maltose_demo = new maltose({
// ...
});
})
```

### CSS

```css
```
@import url('../../node_modules/maltoses/dist/maltose.min.css');
```

Expand Down
3 changes: 0 additions & 3 deletions circle.yml
Expand Up @@ -19,6 +19,3 @@ jobs:
key: dependency-cache-{{ checksum "yarn.lock" }}
paths:
- ./node_modules
- run:
name: test
command: yarn test

0 comments on commit afca372

Please sign in to comment.