Skip to content

Commit

Permalink
1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dongshihao committed Sep 14, 2017
1 parent 6abfa00 commit e62adf2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions dist/mip-validator.js
Original file line number Diff line number Diff line change
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.4",
"version": "1.5.5",
"description": "MIP validator",
"main": "index.js",
"dependencies": {
Expand Down Expand Up @@ -16913,7 +16913,7 @@ module.exports={
"rel": "/^(miphtml)|(canonical)|(standardhtml)$/"
}, {
"rel": "/^stylesheet$/",
"href": "/^(http(s)?:)?\/\/(mipcache.bdstatic.com\/static\/mipmain)|(m.baidu.com\/static\/ala\/sf\/static\/)|((http(s)?:)?\/\/mipcache.bdstatic.com\/static\/v\\d\/)/"
"href": "/^(http(s)?:)?\/\/(mipcache.bdstatic.com\/static\/mipmain)|(m.baidu.com\/static\/ala\/sf\/static\/)|((http(s)?:)?\/\/mipcache.bdstatic.com\/static\/v\\d\/)|((https:)?\/\/c.mipcdn.com\/static\/v\\d\/)|((https:)?\/\/c.mipcdn.com\/static\/mipmain)/"
}],

"mandatory_parent": "head",
Expand All @@ -16923,7 +16923,7 @@ module.exports={
"rel": "/^(miphtml)|(canonical)$/"
}, {
"rel": "/^stylesheet$/",
"href": "/^(http(s)?:)?\/\/(mipcache.bdstatic.com\/static\/mipmain)|(m.baidu.com\/static\/ala\/sf\/static\/)/"
"href": "/^(http(s)?:)?\/\/(mipcache.bdstatic.com\/static\/mipmain)|(m.baidu.com\/static\/ala\/sf\/static\/)|(c.mipcdn.com\/static\/mipmain)/"
}],
"attrs": {
"href": [{
Expand All @@ -16943,7 +16943,7 @@ module.exports={
"script": [{
"mandatory": {
"type": "/^(text\/javascript)?/",
"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\/)/"
"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\/)|((https:)?\/\/c.mipcdn.com\/static\/mipmain)/"
}
}, {
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mip-validator",
"version": "1.5.4",
"version": "1.5.5",
"description": "MIP validator",
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit e62adf2

Please sign in to comment.