intl-tel-input 17.0.15 → 17.0.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/composer.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jackocnr/intl-tel-input",
3
- "version": "17.0.15",
3
+ "version": "17.0.19",
4
4
  "description": "A JavaScript plugin for entering and validating international telephone numbers",
5
5
  "keywords": [
6
6
  "international",
package/grunt/jasmine.js CHANGED
@@ -6,11 +6,13 @@ module.exports = function(grunt) {
6
6
  'build/js/utils.js'
7
7
  ],
8
8
  options: {
9
+ version: '3.8.0',
10
+ noSandbox: true,
9
11
  vendor: [
10
12
  'node_modules/jquery/dist/jquery.js',
11
13
  'node_modules/jasmine-jquery/lib/jasmine-jquery.js',
12
- 'node_modules/es6-promise/dist/es6-promise.auto.js', // for IE11
13
- 'node_modules/custom-event-polyfill/polyfill.js', // for IE11
14
+ // 'node_modules/es6-promise/dist/es6-promise.auto.js', // for IE11
15
+ // 'node_modules/custom-event-polyfill/polyfill.js', // for IE11
14
16
  ],
15
17
  helpers: [
16
18
  'src/spec/helpers/**/*.js'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intl-tel-input",
3
- "version": "17.0.15",
3
+ "version": "17.0.19",
4
4
  "description": "A JavaScript plugin for entering and validating international telephone numbers",
5
5
  "keywords": [
6
6
  "international",
@@ -33,7 +33,7 @@
33
33
  "grunt-contrib-concat": "^1.0.1",
34
34
  "grunt-contrib-cssmin": "^2.2.1",
35
35
  "grunt-contrib-imagemin": "^2.0.1",
36
- "grunt-contrib-jasmine": "^2.1.0",
36
+ "grunt-contrib-jasmine": "^3.0.0",
37
37
  "grunt-contrib-uglify": "^2.1.0",
38
38
  "grunt-contrib-watch": "^1.1.0",
39
39
  "grunt-eslint": "^21.0.0",
@@ -47,7 +47,7 @@
47
47
  "jasmine-jquery": "^2.1.1",
48
48
  "jquery": "^3.1.1",
49
49
  "load-grunt-config": "^0.19.2",
50
- "node-sass": "^4.12.0",
50
+ "node-sass": "^6.0.1",
51
51
  "region-flags": "^1.1.0",
52
52
  "time-grunt": "^1.4.0"
53
53
  },
package/spec.html CHANGED
@@ -26,10 +26,6 @@
26
26
 
27
27
  <script src="node_modules/jasmine-jquery/lib/jasmine-jquery.js"></script>
28
28
 
29
- <script src="node_modules/es6-promise/dist/es6-promise.auto.js"></script>
30
-
31
- <script src="node_modules/custom-event-polyfill/polyfill.js"></script>
32
-
33
29
  <script src="src/spec/helpers/helpers.js"></script>
34
30
 
35
31
  <script src="src/js/data.js"></script>