Skip to content

Commit

Permalink
1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dongshihao committed Sep 14, 2017
1 parent 9ccddda commit a091f9c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dist/mip-validator.js
Expand Up @@ -16755,7 +16755,7 @@ function hasOwnProperty(obj, prop) {
},{"./support/isBuffer":56,"_process":36,"inherits":55}],58:[function(require,module,exports){
module.exports={
"name": "mip-validator",
"version": "1.5.2",
"version": "1.5.3",
"description": "MIP validator",
"main": "index.js",
"dependencies": {
Expand Down Expand Up @@ -16943,7 +16943,7 @@ module.exports={
"script": [{
"mandatory": {
"type": "/^(text\/javascript)?/",
"src": "/^(http(s)?:)?\/\/(mipcache.bdstatic.com\/static\/mipmain)|(m.baidu.com\/static\/ala\/sf\/static\/)|((http(s)?:)?\/\/mipcache.bdstatic.com\/static\/v\\d\/)/"
"src": "/^(https:)?\/\/(mipcache.bdstatic.com\/static\/mipmain)|(m.baidu.com\/static\/ala\/sf\/static\/)|((https:)?\/\/mipcache.bdstatic.com\/static\/v\\d\/)|((https:)?\/\/c.mipcdn.com\/static\/v\\d\/)/"
}
}, {
"disallow": true,
Expand Down
4 changes: 2 additions & 2 deletions dist/mip-validator.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "mip-validator",
"version": "1.5.2",
"version": "1.5.3",
"description": "MIP validator",
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit a091f9c

Please sign in to comment.