From 458993b792b3bfa96f4606b9663a7db69a45cd6a Mon Sep 17 00:00:00 2001 From: yanhaijing Date: Wed, 9 Oct 2019 22:40:16 +0800 Subject: [PATCH] 0.4.2 --- CHANGELOG.md | 4 ++++ README-zh_CN.md | 2 +- README.md | 2 +- package.json | 9 +++++---- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9328ed..4e334e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # 变更日志 +## 0.4.2 / 2019-10-10 + +- fix: 修复丢失d.ts的问题 + ## 0.4.0 / 2019-3-2 - 增加.d.ts文件,支持ts调用 diff --git a/README-zh_CN.md b/README-zh_CN.md index 0550d5d..fb8c73e 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -3,7 +3,7 @@ [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/jsmini/clone/blob/master/LICENSE) [![Build Status](https://travis-ci.org/jsmini/clone.svg?branch=master)](https://travis-ci.org/jsmini/clone) [![Coveralls](https://img.shields.io/coveralls/jsmini/clone.svg)](https://coveralls.io/github/jsmini/clone) -[![npm](https://img.shields.io/badge/npm-0.4.0-orange.svg)](https://www.npmjs.com/package/@jsmini/clone) +[![npm](https://img.shields.io/badge/npm-0.4.2-orange.svg)](https://www.npmjs.com/package/@jsmini/clone) [![NPM downloads](http://img.shields.io/npm/dm/@jsmini/clone.svg?style=flat-square)](http://www.npmtrends.com/@jsmini/clone) [![Percentage of issues still open](http://isitmaintained.com/badge/open/jsmini/clone.svg)](http://isitmaintained.com/project/jsmini/clone "Percentage of issues still open") diff --git a/README.md b/README.md index ce4ba46..3836c97 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/jsmini/clone/blob/master/LICENSE) [![Build Status](https://travis-ci.org/jsmini/clone.svg?branch=master)](https://travis-ci.org/jsmini/clone) [![Coveralls](https://img.shields.io/coveralls/jsmini/clone.svg)](https://coveralls.io/github/jsmini/clone) -[![npm](https://img.shields.io/badge/npm-0.4.0-orange.svg)](https://www.npmjs.com/package/@jsmini/clone) +[![npm](https://img.shields.io/badge/npm-0.4.2-orange.svg)](https://www.npmjs.com/package/@jsmini/clone) [![NPM downloads](http://img.shields.io/npm/dm/@jsmini/clone.svg?style=flat-square)](http://www.npmtrends.com/@jsmini/clone) [![Percentage of issues still open](http://isitmaintained.com/badge/open/jsmini/clone.svg)](http://isitmaintained.com/project/jsmini/clone "Percentage of issues still open") diff --git a/package.json b/package.json index 42fed07..72eaac0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jsmini/clone", - "version": "0.4.1", + "version": "0.4.2", "description": "最好用的js第三方库脚手架", "main": "dist/index.js", "jsnext:main": "dist/index.esm.js", @@ -43,7 +43,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", @@ -61,9 +61,10 @@ "@jsmini/type": "^0.9.1" }, "files": [ - "/dist" + "/dist", + "*.d.ts" ], "engines": { "node": ">= 0.12.0" } -} +} \ No newline at end of file