merge-linked-lists
Advanced tools
Comparing version 0.0.5 to 0.0.6
# Changelog | ||
### 0.0.6 | ||
What changed in this version? | ||
* Change 1 | ||
* Change 2 | ||
* Change 3 | ||
### 0.0.5 | ||
@@ -4,0 +12,0 @@ |
@@ -13,3 +13,3 @@ { | ||
"license": "CC-BY-SA-4.0", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"keywords": [ | ||
@@ -31,2 +31,5 @@ "linked", | ||
"scripts": { | ||
"publish:npm": "npm publish --registry https://registry.npmjs.org/", | ||
"publish:github": "npm publish --registry https://npm.pkg.github.com/", | ||
"publish": "npm run publish:npm && npm run publish:github", | ||
"test": "mocha" | ||
@@ -45,2 +48,2 @@ }, | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
34081