This repository has been archived by the owner on May 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
思忠
committed
Feb 19, 2020
1 parent
a240c72
commit 940d3ba
Showing
13 changed files
with
21 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "1.0.6-alpha.0", | ||
"version": "1.0.6", | ||
"npmClient": "yarn", | ||
"useWorkspaces": true, | ||
"packages": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "create-ice", | ||
"version": "1.0.6-alpha.0", | ||
"version": "1.0.6", | ||
"description": "npm init ice", | ||
"author": "[email protected]", | ||
"homepage": "", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "ice.js", | ||
"version": "1.0.6-alpha.0", | ||
"version": "1.0.6", | ||
"description": "command line interface and builtin plugin for icejs", | ||
"author": "[email protected]", | ||
"homepage": "", | ||
|
@@ -17,14 +17,14 @@ | |
}, | ||
"dependencies": { | ||
"@alib/build-scripts": "^0.1.13", | ||
"build-plugin-ice-config": "^1.0.6-alpha.0", | ||
"build-plugin-ice-core": "^1.0.6-alpha.0", | ||
"build-plugin-ice-helpers": "^1.0.6-alpha.0", | ||
"build-plugin-ice-logger": "^1.0.6-alpha.0", | ||
"build-plugin-ice-request": "^1.0.6-alpha.0", | ||
"build-plugin-ice-router": "^1.0.6-alpha.0", | ||
"build-plugin-ice-store": "^1.0.6-alpha.0", | ||
"build-plugin-react-app": "^1.0.6-alpha.0" | ||
"build-plugin-ice-config": "^1.0.6", | ||
"build-plugin-ice-core": "^1.0.6", | ||
"build-plugin-ice-helpers": "^1.0.6", | ||
"build-plugin-ice-logger": "^1.0.6", | ||
"build-plugin-ice-request": "^1.0.6", | ||
"build-plugin-ice-router": "^1.0.6", | ||
"build-plugin-ice-store": "^1.0.6", | ||
"build-plugin-react-app": "^1.0.6" | ||
}, | ||
"engines": { | ||
"node": ">=8.6.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "build-plugin-ice-config", | ||
"version": "1.0.6-alpha.0", | ||
"version": "1.0.6", | ||
"description": "Define application config in icejs", | ||
"author": "[email protected]", | ||
"homepage": "", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "build-plugin-ice-core", | ||
"version": "1.0.6-alpha.0", | ||
"version": "1.0.6", | ||
"description": "the core plugin for icejs.", | ||
"author": "[email protected]", | ||
"homepage": "", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "build-plugin-ice-helpers", | ||
"version": "1.0.6-alpha.0", | ||
"version": "1.0.6", | ||
"description": "builtin helpers in icejs", | ||
"author": "[email protected]", | ||
"homepage": "", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "build-plugin-icestark", | ||
"version": "1.0.6-alpha.0", | ||
"version": "1.0.6", | ||
"description": "Easy use `icestark` in icejs.", | ||
"author": "[email protected]", | ||
"homepage": "", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "build-plugin-ice-logger", | ||
"version": "1.0.6-alpha.0", | ||
"version": "1.0.6", | ||
"description": "builtin logger in icejs", | ||
"author": "[email protected]", | ||
"homepage": "", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "build-plugin-react-app", | ||
"version": "1.0.6-alpha.0", | ||
"version": "1.0.6", | ||
"description": "The basic webpack configuration for ice project", | ||
"author": "[email protected]", | ||
"main": "src/index.js", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "build-plugin-ice-rematch", | ||
"version": "1.0.6-alpha.0", | ||
"version": "1.0.6", | ||
"description": "Easy use `rematch` in icejs", | ||
"author": "[email protected]", | ||
"homepage": "", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "build-plugin-ice-request", | ||
"version": "1.0.6-alpha.0", | ||
"version": "1.0.6", | ||
"description": "request for build-plugin-ice-request", | ||
"author": "[email protected]", | ||
"homepage": "", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "build-plugin-ice-router", | ||
"version": "1.0.6-alpha.0", | ||
"version": "1.0.6", | ||
"description": "build-plugin-ice-router", | ||
"author": "[email protected]", | ||
"homepage": "", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "build-plugin-ice-store", | ||
"version": "1.0.6-alpha.0", | ||
"version": "1.0.6", | ||
"description": "builtin `icestore` in icejs", | ||
"author": "[email protected]", | ||
"homepage": "", | ||
|