actions-auto-publish
Advanced tools
Comparing version 1.1.8 to 1.1.9
@@ -11,4 +11,5 @@ 'use strict'; | ||
const bar = () => { | ||
return 'beer'; | ||
const val = 'beer'; | ||
return val; | ||
}; | ||
module.exports.bar = bar; |
{ | ||
"name": "actions-auto-publish", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"description": "A test setup of automatic publish to npm from github actions", | ||
@@ -15,2 +15,7 @@ "main": "index.js", | ||
}, | ||
"files": [ | ||
"index.js", | ||
"CHANGELOG.md", | ||
"package.json" | ||
], | ||
"author": "Trygve Lie", | ||
@@ -23,9 +28,16 @@ "license": "MIT", | ||
"devDependencies": { | ||
"eslint-config-airbnb-base": "14.0.0", | ||
"eslint-config-prettier": "6.7.0", | ||
"eslint-plugin-prettier": "3.1.1", | ||
"eslint-plugin-import": "2.18.2", | ||
"prettier": "1.19.1", | ||
"eslint": "6.7.2", | ||
"tap": "14.10.2" | ||
"@semantic-release/changelog": "5.0.1", | ||
"@semantic-release/commit-analyzer": "8.0.1", | ||
"@semantic-release/git": "9.0.0", | ||
"@semantic-release/github": "7.0.7", | ||
"@semantic-release/npm": "7.0.5", | ||
"@semantic-release/release-notes-generator": "9.0.1", | ||
"eslint": "7.2.0", | ||
"eslint-config-airbnb-base": "14.1.0", | ||
"eslint-config-prettier": "6.11.0", | ||
"eslint-plugin-import": "2.20.2", | ||
"eslint-plugin-prettier": "3.1.3", | ||
"prettier": "2.0.5", | ||
"semantic-release": "17.0.8", | ||
"tap": "14.10.7" | ||
}, | ||
@@ -32,0 +44,0 @@ "dependencies": { |
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
1794
14
4
11