File tree Expand file tree Collapse file tree 3 files changed +4
-12
lines changed
Expand file tree Collapse file tree 3 files changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -128,15 +128,7 @@ module.exports = (grunt) ->
128128 " bower_components/jquery-3/dist/jquery.min.js"
129129 " bower_components/jasmine-jquery/lib/jasmine-jquery.js"
130130 ]
131- jquery3Slim :
132- specs : ' build/spec/*spec.js'
133- helpers : ' build/spec/*helper.js'
134- options :
135- specs : ' build/spec/*spec.js'
136- vendor : [
137- " bower_components/jquery-3/dist/jquery.slim.min.js"
138- " bower_components/jasmine-jquery/lib/jasmine-jquery.js"
139- ]
131+
140132 watch :
141133 options : livereload : true
142134 files : ' {src,spec}/*.coffee'
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ It also exposes the class `InputValidator` for manual instantiating.
134134
135135
136136### Dependencies
137- * [ jquery] ( https://jquery.com ) (>=v1.1, >=2, >=3 (+slim) )
137+ * [ jquery] ( https://jquery.com ) (>=v1.1, >=2, >=3)
138138
139139### Resources
140140 * https://github.com/creative-workflow/jquery.input.validator
@@ -164,7 +164,7 @@ It also exposes the class `InputValidator` for manual instantiating.
164164### 1.0.3
165165 * refactor ` onBuildErrorHint `
166166 * clear input events before attaching
167- * add tests for jquery>=1.10, >=2, >=3 (+slim version)
167+ * add tests for jquery>=1.10, >=2, >=3
168168 * more automations tasks
169169 * introduce test helper
170170 * refactor specs
Original file line number Diff line number Diff line change 11{
22 "name" : " jquery.input.validator" ,
3- "version" : " 1.0.2 " ,
3+ "version" : " 1.0.3 " ,
44 "homepage" : " https://github.com/creative-workflow/jquery.input.validator" ,
55 "authors" : [
66
You can’t perform that action at this time.
0 commit comments