Skip to content

Commit c1b196f

Browse files
author
Tom Hanoldt
committed
remove jquery3slim
1 parent 0013c63 commit c1b196f

File tree

3 files changed

+4
-12
lines changed

3 files changed

+4
-12
lines changed

Gruntfile.coffee

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff 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'

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
"Tom Hanoldt <[email protected]>"

0 commit comments

Comments
 (0)