Skip to content

Commit

Permalink
0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yanhaijing committed Oct 9, 2019
1 parent 8d4c484 commit b79a7f1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 变更日志

## 0.2.3 / 2019-10-10

- fix: 修复丢失d.ts的问题

## 0.2.1 / 2019-3-4

- fix: 修复依赖不自动更新的问题
Expand Down
2 changes: 1 addition & 1 deletion README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/jsmini/pubsub/blob/master/LICENSE)
[![Build Status](https://travis-ci.org/jsmini/pubsub.svg?branch=master)](https://travis-ci.org/jsmini/pubsub)
[![Coveralls](https://img.shields.io/coveralls/jsmini/pubsub.svg)](https://coveralls.io/github/jsmini/pubsub)
[![npm](https://img.shields.io/badge/npm-0.2.1-orange.svg)](https://www.npmjs.com/package/@jsmini/pubsub)
[![npm](https://img.shields.io/badge/npm-0.2.3-orange.svg)](https://www.npmjs.com/package/@jsmini/pubsub)
[![NPM downloads](http://img.shields.io/npm/dm/@jsmini/pubsub.svg?style=flat-square)](http://www.npmtrends.com/@jsmini/pubsub)
[![Percentage of issues still open](http://isitmaintained.com/badge/open/jsmini/pubsub.svg)](http://isitmaintained.com/project/jsmini/pubsub "Percentage of issues still open")

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/jsmini/pubsub/blob/master/LICENSE)
[![Build Status](https://travis-ci.org/jsmini/pubsub.svg?branch=master)](https://travis-ci.org/jsmini/pubsub)
[![Coveralls](https://img.shields.io/coveralls/jsmini/pubsub.svg)](https://coveralls.io/github/jsmini/pubsub)
[![npm](https://img.shields.io/badge/npm-0.2.1-orange.svg)](https://www.npmjs.com/package/@jsmini/pubsub)
[![npm](https://img.shields.io/badge/npm-0.2.3-orange.svg)](https://www.npmjs.com/package/@jsmini/pubsub)
[![NPM downloads](http://img.shields.io/npm/dm/@jsmini/pubsub.svg?style=flat-square)](http://www.npmtrends.com/@jsmini/pubsub)
[![Percentage of issues still open](http://isitmaintained.com/badge/open/jsmini/pubsub.svg)](http://isitmaintained.com/project/jsmini/pubsub "Percentage of issues still open")

Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsmini/pubsub",
"version": "0.2.2",
"version": "0.2.3",
"description": "小而美的pubsub库,发布订阅者模式",
"main": "dist/index.js",
"jsnext:main": "dist/index.esm.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-commonjs": "8.3.0",
"rollup-plugin-node-resolve": "3.0.3",
"@js-lib/cli": "^1.3.0",
"@js-lib/cli": "^1.4.2",
"cross-env": "5.2.0",
"@babel/cli": "7.1.5",
"@babel/core": "^7.1.2",
Expand All @@ -61,9 +61,10 @@
"@babel/runtime": "^7.1.2"
},
"files": [
"/dist"
"/dist",
"*.d.ts"
],
"engines": {
"node": ">= 0.12.0"
}
}
}

0 comments on commit b79a7f1

Please sign in to comment.