Skip to content

Commit

Permalink
npm版本号修正
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangyuecn committed Dec 1, 2019
1 parent 8ab2599 commit 0c1015e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
10 changes: 10 additions & 0 deletions assets/npm-home/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ npm recorder这个名字已被使用,因此在Recorder基础上增加后缀-co
@@Ref 编辑提醒@@
@@Ref 编辑提醒@@

<p align="center"><a href="https://github.com/xiangyuecn/Recorder"><img width="100" src="https://gitee.com/xiangyuecn/Recorder/raw/master/assets/icon.png" alt="Recorder logo"></a></p>

<p align="center">
<a href="https://github.com/xiangyuecn/Recorder"><img src="https://img.shields.io/github/stars/xiangyuecn/Recorder?color=0b1" alt="Stars"></a>
<a href="https://github.com/xiangyuecn/Recorder"><img src="https://img.shields.io/github/forks/xiangyuecn/Recorder" alt="Forks"></a>
<a href="https://www.npmjs.com/package/recorder-core"><img src="https://img.shields.io/npm/v/recorder-core?color=f60" alt="Version"></a>
<a href="https://www.npmjs.com/package/recorder-core"><img src="https://img.shields.io/npm/dm/recorder-core" alt="Downloads"></a>
<a href="https://www.npmjs.com/package/recorder-core"><img src="https://img.shields.io/npm/l/recorder-core" alt="License"></a>
</p>


# 如何使用

Expand Down
4 changes: 4 additions & 0 deletions assets/npm-home/hash-history.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
[
{
"sha1": "6ccc053f0a912d49f9449763a196864e85c9af1e",
"time": "2019-12-1 18:34:27"
},
{
"sha1": "1a7aaf98060c07ca843296db2b8f4d634a51dd59",
"time": "2019-12-1 15:30:48"
Expand Down
2 changes: 1 addition & 1 deletion src/package-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ function Run_npm(){
npmPackage=npmPackage.replace(/"([\d\.]+)123456.9999"/g,function(s,a){
var d=new Date();
var v=(""+d.getFullYear()).substr(-2);
v+=("0"+d.getMonth()).substr(-2);
v+=("0"+(d.getMonth()+1)).substr(-2);
v+=("0"+d.getDate()).substr(-2);

var patch="00";
Expand Down

0 comments on commit 0c1015e

Please sign in to comment.