-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
31dc257
commit 2c78b09
Showing
4 changed files
with
15 additions
and
7 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
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 @@ | ||
name: express-demo | ||
version: 1.0.4 | ||
version: 1.0.5 | ||
main: ./bin/www.js | ||
files: | ||
- blocklet.md | ||
|
@@ -14,12 +14,14 @@ group: dapp | |
title: Express Demo | ||
author: | ||
name: ArcBlock | ||
email: [email protected] | ||
url: https://github.com/blocklet | ||
scripts: | ||
dev: npm run start | ||
specVersion: 1.2.0 | ||
specVersion: 1.2.8 | ||
did: z8iZkvDaD2pG1KrEa9mHRULGCq3e1kJkVCXRT | ||
community: '' | ||
documentation: '' | ||
community: https://community.arcblock.io | ||
documentation: https://developer.blocklet.io | ||
homepage: '' | ||
license: '' | ||
interfaces: | ||
|
@@ -40,6 +42,8 @@ requirements: | |
payment: | ||
price: [] | ||
share: [] | ||
children: [] | ||
capabilities: | ||
clusterMode: false | ||
navigation: true | ||
component: true | ||
components: [] |
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
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 +1 @@ | ||
1.0.4 | ||
1.0.5 |