@valu/example
Advanced tools
Comparing version 0.0.5 to 0.0.6-dev.11e724f1b2
@@ -0,1 +1,14 @@ | ||
## v0.0.7 | ||
2021-05-11 | ||
- Test change d983afe - Esa-Matti Suuronen | ||
## v0.0.6 | ||
2021-05-11 | ||
- Changelog test faba3c6 - Esa-Matti Suuronen | ||
- Fix scripts 3ba2e21 - Esa-Matti Suuronen | ||
## v0.0.5 | ||
@@ -2,0 +15,0 @@ |
@@ -1,1 +0,1 @@ | ||
console.log("Hello World"); | ||
console.log("Hello World 1"); |
{ | ||
"name": "@valu/example", | ||
"version": "0.0.5", | ||
"version": "0.0.6-dev.11e724f1b2", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"release": "../../release.sh", | ||
"prerelease": "../../prerelease.sh", | ||
"make-release": "../../release.sh", | ||
"make-prerelease": "../../prerelease.sh", | ||
"build": "echo noop", | ||
@@ -10,0 +10,0 @@ "test": "echo noop" |
# Example | ||
Hello 4 | ||
Hello Changelog test |
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
689