Skip to content

Commit

Permalink
publish 1.0.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yinfxs committed Nov 14, 2017
1 parent 57a5358 commit 0458b56
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 2 deletions.
16 changes: 16 additions & 0 deletions .editorconfig
@@ -0,0 +1,16 @@
# editorconfig.org
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false

[Makefile]
indent_style = tab
9 changes: 9 additions & 0 deletions .travis.yml
@@ -0,0 +1,9 @@
sudo: false
language: node_js
node_js:
- 7
- 8
- 9
after_script:
- npm install codecov
- ./node_modules/.bin/codecov
9 changes: 9 additions & 0 deletions README.md
@@ -1,5 +1,14 @@
# ibird

[![Join the chat at https://gitter.im/ibirdjs/Lobby](https://img.shields.io/gitter/room/ibirdjs/Lobby.svg?style=flat)](https://gitter.im/ibirdjs/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link)
[![NPM version](https://img.shields.io/npm/v/ibird.svg?style=flat)](https://npmjs.org/package/ibird)
[![Build Status](https://img.shields.io/travis/yinfxs/ibird.svg?style=flat)](https://travis-ci.org/yinfxs/ibird)
[![Coverage Status](https://img.shields.io/coveralls/yinfxs/ibird.svg?style=flat)](https://coveralls.io/r/yinfxs/ibird)
[![NPM downloads](http://img.shields.io/npm/dm/ibird.svg?style=flat)](https://npmjs.org/package/ibird)
[![Dependencies](https://david-dm.org/yinfxs/ibird.svg)](https://david-dm.org/yinfxs/ibird)

[以中文查看](https://zhuanlan.zhihu.com/p/30961351)

A lightweight and flexible web development framework.

## Getting Started
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "ibird",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"description": "A lightweight and flexible web development framework.",
"main": "lib/index.js",
"repository": {
Expand All @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/yinfxs/ibird#readme",
"dependencies": {
"debug": "*",
"debug": "2.6.9",
"fs-extra": "4.0.2",
"ibird-utils": "0.9.15",
"kcors": "2.2.1",
Expand Down

0 comments on commit 0458b56

Please sign in to comment.