Comparing version 1.1.1 to 1.2.0
@@ -0,0 +0,0 @@ (function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.Dominar = f()}})(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){ |
@@ -0,0 +0,0 @@ (function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.Dominar = f()}})(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){ |
@@ -68,2 +68,6 @@ // Karma configuration | ||
customLaunchers: { | ||
IE11: { | ||
base: 'IE', | ||
'x-ua-compatible': 'IE=EmulateIE11' | ||
}, | ||
IE10: { | ||
@@ -83,2 +87,2 @@ base: 'IE', | ||
}); | ||
}; | ||
}; |
{ | ||
"name": "dominar", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"description": "Lighweight and highly configurable bootstrap validator", | ||
"author": "Gary Green", | ||
"main": "dist/dominar-standalone.js", | ||
"main": "src/dominar.js", | ||
"dependencies": { | ||
@@ -12,17 +12,19 @@ "async-foreach": "^0.1.3", | ||
"devDependencies": { | ||
"jquery": ">=1.7.2", | ||
"browserify": "^11.0.1", | ||
"chai": "^1.9.1", | ||
"karma": "~0.13.9", | ||
"karma-browserify": "^4.3.0", | ||
"jquery": ">=1.7.2", | ||
"karma": "~2.0.0", | ||
"karma-browserify": "^5.2.0", | ||
"karma-chai": "^0.1.0", | ||
"karma-coverage": "~0.5.0", | ||
"karma-ie-launcher": "^0.2.0", | ||
"karma-mocha": "^0.2.0", | ||
"karma-phantomjs-launcher": "^0.2.0", | ||
"karma-sinon": "~1.0.4", | ||
"karma-coverage": "~1.1.1", | ||
"karma-edge-launcher": "^0.4.2", | ||
"karma-ie-launcher": "^1.0.0", | ||
"karma-mocha": "^1.3.0", | ||
"karma-phantomjs-launcher": "^1.0.4", | ||
"karma-sinon": "~1.0.5", | ||
"mkdirp": "^0.5.1", | ||
"mocha": "^2.2.5", | ||
"phantomjs": "~1.9.18", | ||
"mocha": "^5.0.1", | ||
"phantomjs": "~2.1.1", | ||
"rimraf": "^2.4.2", | ||
"sinon": "^4.3.0", | ||
"uglify-js": "^2.4.24" | ||
@@ -32,2 +34,4 @@ }, | ||
"test": "karma start --single-run --browsers PhantomJS", | ||
"test:ie10": "karma start --single-run --browsers IE10", | ||
"test:ie11": "karma start --single-run --browsers IE11", | ||
"build": "npm run clean && npm run dist && npm run standalone", | ||
@@ -34,0 +38,0 @@ "clean": "rimraf dist && mkdirp dist", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
129831
18
22
4301