actions-auto-publish
Advanced tools
Comparing version 1.0.0 to 1.0.1
'use strict'; | ||
const foo = () => { | ||
return 42; | ||
const value = 40; | ||
const plus = 2; | ||
return value + plus; | ||
}; | ||
module.exports.foo = foo; |
{ | ||
"name": "actions-auto-publish", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A test setup of automatic publish to npm from github actions", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
13
1633
5