actions-auto-publish-dep
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -16,3 +16,3 @@ 'use strict'; | ||
const hello = () => { | ||
return 'Hello'; | ||
return 'Hola'; | ||
}; | ||
@@ -19,0 +19,0 @@ module.exports.hello = hello; |
{ | ||
"name": "actions-auto-publish-dep", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "A test setup of automatic publish to npm from github actions", | ||
@@ -20,12 +20,24 @@ "main": "index.js", | ||
}, | ||
"files": [ | ||
"index.js", | ||
"CHANGELOG.md", | ||
"package.json" | ||
], | ||
"homepage": "https://github.com/trygve-lie/auto-publish-dep#readme", | ||
"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" | ||
} | ||
} |
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
1886
14
4
18