testdouble
Advanced tools
Comparing version 2.0.0-pre.2 to 2.0.0-pre.3
# Change Log | ||
## [v2.0.0-pre.3](https://github.com/testdouble/testdouble.js/tree/v2.0.0-pre.3) (2017-03-06) | ||
[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v2.0.0-pre.2...v2.0.0-pre.3) | ||
## [v2.0.0-pre.2](https://github.com/testdouble/testdouble.js/tree/v2.0.0-pre.2) (2017-03-06) | ||
@@ -4,0 +7,0 @@ [Full Changelog](https://github.com/testdouble/testdouble.js/compare/v2.0.0-pre.1...v2.0.0-pre.2) |
// Generated by CoffeeScript 1.12.4 | ||
(function() { | ||
module.exports = '2.0.0-pre.2'; | ||
module.exports = '2.0.0-pre.3'; | ||
}).call(this); |
{ | ||
"name": "testdouble", | ||
"version": "2.0.0-pre.2", | ||
"version": "2.0.0-pre.3", | ||
"description": "A minimal test double library for TDD with JavaScript", | ||
@@ -42,3 +42,3 @@ "homepage": "https://github.com/testdouble/testdouble.js", | ||
"preversion": "git pull --rebase && yarn run test:ci", | ||
"postversion": "git push --tags && yarn run version:changelog && git push && yarn publish --tag=next", | ||
"postversion": "git push --tags && yarn run version:changelog && git push && npm publish --tag=next", | ||
"version": "yarn run version:write && yarn run compile && git add dist src/version.coffee", | ||
@@ -45,0 +45,0 @@ "prepublish": "yarn run compile" |
Sorry, the diff of this file is too big to display
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
922229