Skip to content

Commit

Permalink
fix the indent
Browse files Browse the repository at this point in the history
  • Loading branch information
antife-yinyue committed May 21, 2014
1 parent 276e0ec commit 780833e
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions package.json
@@ -1,26 +1,26 @@
{
"name": "arale-events",
"version": "1.2.0",
"description": "提供基本的事件添加、移除和触发功能。",
"keywords": ["infrastructure"],
"homepage": "http://aralejs.org/events/",
"author": "玉伯 <lifesinger@gmail.com>",
"maintainers": [
"玉伯 <lifesinger@gmail.com>",
"贯高 <sakura9515@gmail.com>"
],
"repository": {
"type": "git",
"url": "https://github.com/aralejs/events.git"
},
"bugs": {
"url": "https://github.com/aralejs/events/issues"
},
"spm": {
"main": "events.js",
"devDependencies": {
"expect.js": "0.3.1",
"sinon": "1.6.0"
}
"name": "arale-events",
"version": "1.2.0",
"description": "提供基本的事件添加、移除和触发功能。",
"keywords": ["infrastructure"],
"homepage": "http://aralejs.org/events/",
"author": "玉伯 <lifesinger@gmail.com>",
"maintainers": [
"玉伯 <lifesinger@gmail.com>",
"贯高 <sakura9515@gmail.com>"
],
"repository": {
"type": "git",
"url": "https://github.com/aralejs/events.git"
},
"bugs": {
"url": "https://github.com/aralejs/events/issues"
},
"spm": {
"main": "events.js",
"devDependencies": {
"expect.js": "0.3.1",
"sinon": "1.6.0"
}
}
}

0 comments on commit 780833e

Please sign in to comment.