unexpected-messy
Advanced tools
Comparing version 4.7.1 to 4.8.0
{ | ||
"name": "unexpected-messy", | ||
"version": "4.7.1", | ||
"version": "4.8.0", | ||
"description": "Unexpected plugin for the messy library", | ||
@@ -12,4 +12,5 @@ "main": "lib/unexpectedMessy.js", | ||
"test": "mocha && npm run lint", | ||
"prepublish": "browserify -p bundle-collapser/plugin -e lib/unexpectedMessy -s unexpectedMessy > unexpectedMessy.min.js", | ||
"travis": "npm test && npm run coverage && (<coverage/lcov.info coveralls || true) && npm run generate-site", | ||
"coverage": "NODE_ENV=development istanbul cover _mocha -- --reporter dot", | ||
"coverage": "NODE_ENV=development istanbul cover --report text --report lcov _mocha -- --reporter dot && echo google-chrome coverage/lcov-report/index.html", | ||
"generate-site": "node ./generate-site.js", | ||
@@ -33,3 +34,3 @@ "update-examples": "node ./generate-site.js --update-examples && npm run generate-site", | ||
"author": "Andreas Lind <andreas@one.com>", | ||
"license": "BSD", | ||
"license": "BSD-3-Clause", | ||
"bugs": { | ||
@@ -40,18 +41,20 @@ "url": "https://github.com/unexpectedjs/unexpected-messy/issues" | ||
"peerDependencies": { | ||
"messy": "^6.5.0", | ||
"messy": "^6.6.1", | ||
"magicpen-media": "^1.5.0", | ||
"unexpected": "^9.2.0" | ||
"unexpected": "^9.5.0" | ||
}, | ||
"devDependencies": { | ||
"browserify": "11.0.1", | ||
"bundle-collapser": "1.2.1", | ||
"coveralls": "2.11.1", | ||
"istanbul": "0.3.0", | ||
"istanbul": "0.3.17", | ||
"jshint": "2.5.5", | ||
"magicpen": "4.11.0", | ||
"magicpen-media": "1.5.0", | ||
"messy": "6.6.1", | ||
"mocha": "2.2.5", | ||
"unexpected": "9.2.1", | ||
"unexpected": "9.5.0", | ||
"unexpected-documentation-site-generator": "2.6.2" | ||
}, | ||
"dependencies": { | ||
"magicpen-media": "^1.5.0", | ||
"magicpen": "^4.11.0", | ||
"messy": "^6.6.1", | ||
"minimist": "1.1.1", | ||
@@ -58,0 +61,0 @@ "underscore": "1.7.0" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
222960
8
0
4041
8
+ Addedmagicpen@^4.11.0
+ Addedmagicpen-media@^1.5.0
+ Addedmessy@^6.6.1
+ Addedmagicpen@4.12.0(transitive)