提交 1ab6c2a6 编写于 作者: M Minwe LUO

Merge pull request #102 from allmobilize/codename-h

Codename h
......@@ -12,7 +12,7 @@ __注意:__ 目前提供下载的为测试版本,部分细节还在调整、
<div class="am-g">
<div class="col-md-8 col-md-centered">
<a href="/download" class="am-btn am-btn-block am-btn-success am-btn-lg" onclick="window.ga && ga('send', 'pageview', '/download/AmazeUI.zip');
">下载 Amaze UI v1.0.0 beta</a>
">下载 Amaze UI v1.0.0-beta2</a>
</div>
</div>
......@@ -134,7 +134,7 @@ __感谢大家对 Amaze UI 的关注和支持!__
## jQuery or Zepto?
<div class="am-alert am-alert-danger">
这个问题已有结论:ver 1.0 继续使用 Zepto,偏重处理移动端和桌面现代浏览器,<code>ver 2.0</code> 会改用 jQuery,完善桌面端支持。谢谢大家!
这个问题已有结论:v1.x 继续使用 Zepto,偏重处理移动端和桌面现代浏览器,<code>v2.x</code> 会改用 jQuery,完善桌面端支持。谢谢大家!
</div>
> 我承认,我是猴子派来捣乱的!
......
......@@ -17,7 +17,7 @@
"web",
"web-components"
],
"homepage": "http://amui.yunshipei.com",
"homepage": "http://amazeui.org",
"author": "Allmobilize, Inc.",
"scripts": {
"start": "nodemon tools/app/app.js",
......@@ -26,12 +26,17 @@
},
"repository": {
"type": "git",
"url": "https://github.com/allmobilize/amui"
"url": "https://github.com/allmobilize/amazeui.git"
},
"bugs": {
"url": "https://github.com/amui/issues"
"url": "https://github.com/allmobilize/amazeui/issues"
},
"dependencies": {
"seajs": "latest",
"zepto": "latest",
"handlebars": "latest"
},
"devDependencies": {
"body-parser": "~1.0.0",
"cookie-parser": "~1.0.1",
"debug": "1.0.x",
......@@ -39,9 +44,7 @@
"hbs": "~2.7.0",
"less-middleware": "1.0.x",
"morgan": "~1.0.0",
"errorhandler": "^1.1.1"
},
"devDependencies": {
"errorhandler": "^1.1.1",
"fs-extra": "^0.10.0",
"gulp": "^3.8.1",
"gulp-bower": "^0.0.6",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册