Skip to content

Commit 5b21816

Browse files
author
Hsiaoming Yang
committed
add check for selection
1 parent a6feea5 commit 5b21816

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

checkupdate.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ var modules = [
33
'async', 'backbone', 'coffee', 'es5-safe', 'expect', 'handlebars',
44
'html5shiv', 'iscroll', 'jquery', 'jquery-color', 'json', 'jsuri',
55
'keymaster', 'labjs', 'less', 'marked', 'mocha', 'moment', 'mustache',
6-
'socketio', 'store', 'swfobject', 'underscore', 'zepto', 'ztree'
6+
'selection', 'socketio', 'store', 'swfobject', 'underscore', 'zepto',
7+
'ztree'
78
]
89

910
modules.forEach(function(m) {

selection/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "selection",
33
"version": "0.9.0",
44
"root": "gallery",
5+
"package": "https://raw.github.com/lepture/selection.js/master/package.json",
56
"description": "selection manipulating for textarea.",
67
"homepage": "http://lab.lepture.org/selection.js/",
78
"author": "Hsiaoming Yang <lepture@me.com>",

0 commit comments

Comments
 (0)