@fishawack/lab-d3
Advanced tools
Comparing version 4.1.1 to 4.1.2
{ | ||
"name": "@fishawack/lab-d3", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"description": "Abstract layer built on top of d3", | ||
@@ -14,6 +14,3 @@ "scripts": { | ||
"mail": "npm run mail --prefix node_modules/@fishawack/core/", | ||
"pretest": "rimraf src && mkdir src && babel _Build/js/ --out-dir src/ --ignore \"_Build/js/script.js\",\"_Build/js/archive/**/*.js\",\"_Build/js/generated/**/*.js\",\"_Build/js/libs/archive/**/*.js\",\"_Build/js/libs/*.js\"", | ||
"preversion": "lab-env test", | ||
"postversion": "git push && git push --tags && npm publish", | ||
"postpublish": "git checkout development && git merge master && git push" | ||
"preversion": "rimraf src && mkdir src && babel _Build/js/ --out-dir src/ --ignore \"_Build/js/script.js\",\"_Build/js/archive/**/*.js\",\"_Build/js/generated/**/*.js\",\"_Build/js/libs/archive/**/*.js\",\"_Build/js/libs/*.js\"" | ||
}, | ||
@@ -62,3 +59,34 @@ "license": "BSD-3-Clause", | ||
"index.js" | ||
] | ||
], | ||
"release": { | ||
"plugins": [ | ||
[ | ||
"@semantic-release/commit-analyzer", | ||
{ | ||
"preset": "conventionalcommits" | ||
} | ||
], | ||
[ | ||
"@semantic-release/release-notes-generator", | ||
{ | ||
"preset": "conventionalcommits", | ||
"writerOpts": { | ||
"headerPartial": "### {{version}} ({{date}})\n", | ||
"mainTemplate": "{{> header}}\n{{#each commitGroups}}\n\n{{#if title}}\n#### {{title}}\n\n{{/if}}\n{{#each commits}}\n{{> commit root=@root}}\n{{/each}}\n{{/each}}" | ||
}, | ||
"presetConfig": { | ||
"commitUrlFormat": "{{host}}/{{owner}}/{{repository}}/commits/{{hash}}" | ||
} | ||
} | ||
], | ||
[ | ||
"@semantic-release/changelog", | ||
{ | ||
"changelogTitle": "## Changelog" | ||
} | ||
], | ||
"@semantic-release/npm", | ||
"@semantic-release/git" | ||
] | ||
} | ||
} |
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
561307