Comparing version 11.8.0 to 11.9.0
{ | ||
"name": "xstream", | ||
"version": "11.8.0", | ||
"version": "11.9.0", | ||
"description": "An extremely intuitive, small, and fast functional reactive stream library for JavaScript", | ||
@@ -32,3 +32,3 @@ "main": "index.js", | ||
"postversion": "git push origin master && git push origin --tags && npm publish && npm run update-gh-pages", | ||
"update-gh-pages": "git checkout gh-pages && rm _includes/content.md && cp .ignore/content.md _includes/ && git add --all && if git diff --cached --quiet > /dev/null; then :; else git commit -m \"update site\"; fi && git push origin gh-pages && git checkout master", | ||
"update-gh-pages": "git checkout gh-pages && rm _includes/content.md && cp .ignore/content.md _includes/ && git add --all && if git diff --cached --quiet > /dev/null; then :; else git commit -m \"update site\"; fi && git push --force origin gh-pages && git checkout master", | ||
"release": "./tools/release-if-necessary.sh", | ||
@@ -35,0 +35,0 @@ "release-patch": "false", |
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
6371
781856