ignite-dev-screens
Advanced tools
Comparing version 2.3.0 to 2.3.1
{ | ||
"name": "ignite-dev-screens", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"license": "MIT", | ||
@@ -15,5 +15,6 @@ "files": [ | ||
"scripts": { | ||
"test": "standard", | ||
"lint": "standard", | ||
"shipit": "np" | ||
"ci:test": "ava", | ||
"ci:publish": "yarn semantic-release", | ||
"semantic-release": "semantic-release", | ||
"lint": "standard" | ||
}, | ||
@@ -28,6 +29,24 @@ "standard": { | ||
"devDependencies": { | ||
"@semantic-release/git": "^7.0.5", | ||
"ava": "^0.25.0", | ||
"babel-eslint": "^7.1.1", | ||
"np": "^2.12.0", | ||
"semantic-release": "^15.12.3", | ||
"sinon": "^7.1.1", | ||
"standard": "^8.6.0" | ||
}, | ||
"release": { | ||
"plugins": [ | ||
"@semantic-release/commit-analyzer", | ||
"@semantic-release/release-notes-generator", | ||
"@semantic-release/npm", | ||
"@semantic-release/github", | ||
[ | ||
"@semantic-release/git", | ||
{ | ||
"assets": "package.json", | ||
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" | ||
} | ||
] | ||
] | ||
} | ||
} |
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
779224
6