tyson-runway
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "tyson-runway", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Qantas Style Guide", | ||
@@ -8,2 +8,3 @@ "main": "hello.js", | ||
"main": "node hello.js", | ||
"semantic-release": "semantic-release", | ||
"test": "jest" | ||
@@ -23,2 +24,5 @@ }, | ||
"devDependencies": { | ||
"@semantic-release/changelog": "^3.0.0", | ||
"@semantic-release/git": "^7.0.1", | ||
"@semantic-release/npm": "^5.0.1", | ||
"jest": "^22.2.1", | ||
@@ -29,3 +33,15 @@ "semantic-release": "^15.9.3" | ||
"testEnvironment": "node" | ||
}, | ||
"release": { | ||
"verifyConditions": [ | ||
"@semantic-release/changelog", | ||
"@semantic-release/npm", | ||
"@semantic-release/git" | ||
], | ||
"prepare": [ | ||
"@semantic-release/changelog", | ||
"@semantic-release/npm", | ||
"@semantic-release/git" | ||
] | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
4332
8
5