Skip to content

Commit

Permalink
feat: update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryC8080 committed May 15, 2019
1 parent edda334 commit 981fecb
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 BeautyWe
Copyright (c) 2019 JerryC Huang and other contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 5 additions & 3 deletions README.md
@@ -1,8 +1,10 @@
# 介绍

[![CircleCI](https://circleci.com/gh/beautywe/beautywe-plugin-status/tree/master.svg?style=svg)](https://circleci.com/gh/beautywe/beautywe-plugin-status/tree/master)

[![NPM Version](https://img.shields.io/npm/v/@beautywe/plugin-status.svg)](https://www.npmjs.com/package/@beautywe/plugin-status) [![NPM Downloads](https://img.shields.io/npm/dm/@beautywe/plugin-status.svg)](https://www.npmjs.com/package/@beautywe/plugin-status) ![npm bundle size](https://img.shields.io/bundlephobia/minzip/@beautywe/plugin-status.svg)[![Coverage Status](https://coveralls.io/repos/github/beautywe/beautywe-plugin-status/badge.svg)](https://coveralls.io/github/beautywe/beautywe-plugin-status)
[![CircleCI](https://img.shields.io/circleci/project/github/beautywe/plugin-status/master.svg)](https://circleci.com/gh/beautywe/plugin-status)
[![NPM Version](https://img.shields.io/npm/v/@beautywe/plugin-status.svg)](https://www.npmjs.com/package/@beautywe/plugin-status)
[![NPM Downloads](https://img.shields.io/npm/dm/@beautywe/plugin-status.svg)](https://www.npmjs.com/package/@beautywe/plugin-status)
![npm bundle size](https://img.shields.io/bundlephobia/minzip/@beautywe/plugin-status.svg)
[![Coverage Status](https://coveralls.io/repos/github/beautywe/beautywe-plugin-status/badge.svg)](https://coveralls.io/github/beautywe/beautywe-plugin-status)

# Feature
1. 基于事件驱动的状态机
Expand Down
20 changes: 16 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@beautywe/plugin-status",
"version": "0.0.2",
"version": "1.0.0",
"description": "Status plugin for beautywe",
"main": "dist/status.plugin.js",
"scripts": {
Expand All @@ -21,7 +21,7 @@
],
"author": "JerryC8080 (huangjerryc@gmail.com)",
"devDependencies": {
"@beautywe/plugin-event": "^0.0.1",
"@beautywe/plugin-event": "^1.0.0",
"@babel/register": "^7.4.0",
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
Expand All @@ -41,7 +41,7 @@
"validate-commit-msg": "^2.14.0"
},
"dependencies": {
"@beautywe/core": "^0.0.2"
"@beautywe/core": "^1.0.0"
},
"config": {
"commitizen": {
Expand All @@ -56,5 +56,17 @@
"nyc": {
"sourceMap": false,
"instrument": false
}
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/beautywe/plugin-status.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/beautywe/plugin-status/issues"
},
"homepage": "https://github.com/beautywe/plugin-status#readme"
}

0 comments on commit 981fecb

Please sign in to comment.