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
Mar 30, 2020
1 parent
a7c0024
commit 1be8fc9
Showing
15 changed files
with
25 additions
and
25 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.1.3-alpha.4", | ||
"version": "1.1.3", | ||
"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.1.3-alpha.4", | ||
"version": "1.1.3", | ||
"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.1.3-alpha.4", | ||
"version": "1.1.3", | ||
"description": "command line interface and builtin plugin for icejs", | ||
"author": "[email protected]", | ||
"homepage": "", | ||
|
@@ -21,16 +21,16 @@ | |
}, | ||
"dependencies": { | ||
"@alib/build-scripts": "^0.1.13", | ||
"build-plugin-ice-config": "1.1.3-alpha.4", | ||
"build-plugin-ice-core": "1.1.3-alpha.4", | ||
"build-plugin-ice-helpers": "1.1.3-alpha.4", | ||
"build-plugin-ice-logger": "1.1.3-alpha.4", | ||
"build-plugin-ice-mpa": "1.1.3-alpha.4", | ||
"build-plugin-ice-request": "1.1.3-alpha.4", | ||
"build-plugin-ice-router": "1.1.3-alpha.4", | ||
"build-plugin-ice-ssr": "1.1.3-alpha.4", | ||
"build-plugin-ice-store": "1.1.3-alpha.4", | ||
"build-plugin-react-app": "1.1.3-alpha.4", | ||
"build-plugin-ice-config": "1.1.3", | ||
"build-plugin-ice-core": "1.1.3", | ||
"build-plugin-ice-helpers": "1.1.3", | ||
"build-plugin-ice-logger": "1.1.3", | ||
"build-plugin-ice-mpa": "1.1.3", | ||
"build-plugin-ice-request": "1.1.3", | ||
"build-plugin-ice-router": "1.1.3", | ||
"build-plugin-ice-ssr": "1.1.3", | ||
"build-plugin-ice-store": "1.1.3", | ||
"build-plugin-react-app": "1.1.3", | ||
"inquirer": "^7.1.0" | ||
}, | ||
"engines": { | ||
|
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.1.3-alpha.4", | ||
"version": "1.1.3", | ||
"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.1.3-alpha.4", | ||
"version": "1.1.3", | ||
"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.1.3-alpha.4", | ||
"version": "1.1.3", | ||
"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.1.3-alpha.4", | ||
"version": "1.1.3", | ||
"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.1.3-alpha.4", | ||
"version": "1.1.3", | ||
"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-ice-mpa", | ||
"version": "1.1.3-alpha.4", | ||
"version": "1.1.3", | ||
"description": "enable mpa project for icejs framework", | ||
"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.1.3-alpha.4", | ||
"version": "1.1.3", | ||
"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.1.3-alpha.4", | ||
"version": "1.1.3", | ||
"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.1.3-alpha.4", | ||
"version": "1.1.3", | ||
"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.1.3-alpha.4", | ||
"version": "1.1.3", | ||
"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-ssr", | ||
"version": "1.1.3-alpha.4", | ||
"version": "1.1.3", | ||
"description": "ssr plugin", | ||
"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.1.3-alpha.4", | ||
"version": "1.1.3", | ||
"description": "builtin `icestore` in icejs", | ||
"author": "[email protected]", | ||
"homepage": "", | ||
|