Skip to content

Commit

Permalink
Merge branch 'master' into feature_4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HeLinJiang authored Apr 8, 2019
2 parents fa114cd + b6355cc commit b049b81
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0.1",
"version": "4.0.2",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
6 changes: 3 additions & 3 deletions packages/matman-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matman-cli",
"version": "4.0.1",
"version": "4.0.2",
"description": "CLI for matman projects",
"bin": {
"matman": "./bin/matman"
Expand Down Expand Up @@ -41,8 +41,8 @@
"fs-extra": "^7.0.1",
"fs-handler": "^0.1.2",
"hexo-fs": "^0.2.3",
"matman": "^4.0.1",
"matman-crawler": "^4.0.1",
"matman": "^4.0.2",
"matman-crawler": "^4.0.2",
"meow": "^3.7.0",
"minimist": "^1.2.0",
"ora": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/matman-crawler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matman-crawler",
"version": "4.0.1",
"version": "4.0.2",
"description": "Easy to write build preload script in nightmare",
"main": "lib/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/matman/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matman",
"version": "4.0.1",
"version": "4.0.2",
"description": "Easy to write e2e test2",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit b049b81

Please sign in to comment.