-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update package info and release v0.1.3
- Loading branch information
Showing
1 changed file
with
13 additions
and
10 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,11 +1,9 @@ | ||
{ | ||
"name": "her", | ||
"version": "0.1.2", | ||
"description": "Hao123前端集成解决方案", | ||
"version": "0.1.3", | ||
"description": "A High-performence Enhanced Rendering solution - Hao123前端高性能渲染解决方案", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"scripts": {}, | ||
"bin": { | ||
"her": "bin/her" | ||
}, | ||
|
@@ -14,21 +12,26 @@ | |
"url": "https://github.com/hao123-fe/her.git" | ||
}, | ||
"keywords": [ | ||
"her", | ||
"herJS", | ||
"fis", | ||
"bigpipe", | ||
"quickling", | ||
"bigrender", | ||
"pagelet", | ||
"smarty", | ||
"hao123" | ||
"high-performence", | ||
"rendering" | ||
], | ||
"author": "hao123-fe <[email protected]>", | ||
"contributors": [ | ||
"zhangwentao <[email protected]>", | ||
"zhangyuanwei <[email protected]>", | ||
"ustbhuangyi <[email protected]>" | ||
], | ||
"author": "[email protected],[email protected],[email protected]", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/hao123-fe/her/issues" | ||
}, | ||
"homepage": "https://github.com/hao123-fe/her", | ||
"homepage": "https://hao123-fe.github.io/her", | ||
"dependencies": { | ||
"fis": "^1.9.44", | ||
"fis-optimizer-html-compress": "^0.0.7", | ||
|