Skip to content

Commit

Permalink
docs(README)
Browse files Browse the repository at this point in the history
  • Loading branch information
FGRibreau committed Mar 15, 2017
1 parent 2fbbb80 commit 21257f2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,9 @@ These amazing people have contributed code to this project:
<li><a href="https://github.com/sxyuan">sxyuan</a> — <a href="https://github.com/FGRibreau/mailchecker/commits?author=sxyuan" title="View the GitHub contributions of sxyuan on repository FGRibreau/mailchecker">view contributions</a></li>
<li><a href="http://bit.ly/2c7uFJq">Francois-Guillaume Ribreau</a></li>
<li><a href="http://dusty.wtf">Dustin Clark</a></li>
<li><a href="http://synpro.io">larsvegas</a></li></ul>
<li><a href="http://synpro.io">larsvegas</a></li>
<li><a href="zeeshanmuhammad.com">Zeeshan Muhammad</a></li>
<li><a href="https://github.com/kkleejoe">kkleejoe</a> — <a href="https://github.com/FGRibreau/mailchecker/commits?author=kkleejoe" title="View the GitHub contributions of kkleejoe on repository FGRibreau/mailchecker">view contributions</a></li></ul>



Expand Down
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@
"main": "platform/node/",
"scripts": {
"test": "mocha -r should -R spec -G -u tdd",
"build": "node gen.js && npm run compile",
"build": "node gen.js",
"full-build": "npm run build && npm run compile",
"phptest": "npm run build && php test/*.php",
"watch": "mocha -r should -R spec -G -u tdd -w",
"compile": "projectz compile",
"changelog": "github-changes --o $(node -p 'process.env.npm_package_repository_url.split(\"/\")[3];') --r $(node -p 'a=process.env.npm_package_repository_url.split(\"/\");a[a.length-1].split(\".\")[0]') --token $CHANGELOG_GITHUB_TOKEN_FG -f CHANGELOG.md",
"changelog-git": "npm run changelog && git add CHANGELOG.md && git commit -m 'docs(changelog): updated' && git push origin master",
"release-after-pr": "git pull --rebase && npm run build && npm run test && git commit -a -m 'feat(build): update plateform files' && npm run release-patch",
"release-after-pr": "git pull --rebase && npm run full-build && npm run test && git commit -a -m 'feat(build): update plateform files' && npm run release-patch",
"release-patch": "npm-release patch && npm run changelog-git && npm run publish-gem && npm run publish-cargo",
"publish-gem": "sed -E -i '' \"s/spec.version[[:space:]]*=(.*)/spec.version='${npm_package_version}'/g\" *.gemspec && (git add *.gemspec && git commit -m \"feat(gemspec): updated to ${npm_package_version}\" || true) && gem build *.gemspec && gem push ruby-mailchecker-${npm_package_version}.gem",
"publish-cargo": "cd platform/rust && sed -E -i '' \"s/version[[:space:]]*=(.*)/version = \\\"${npm_package_version}\\\"/g\" Cargo.toml && (git add Cargo.toml && git commit -m \"feat(cargo): updated to ${npm_package_version}\" || true) && cargo package && cargo publish"
Expand Down Expand Up @@ -57,7 +58,9 @@
"sxyuan (https://github.com/sxyuan)",
"Francois-Guillaume Ribreau <github@fgribreau.com> (http://bit.ly/2c7uFJq)",
"Dustin Clark <hey@dusty.wtf> (http://dusty.wtf)",
"larsvegas <larsvegas+github@synpro.io> (http://synpro.io)"
"larsvegas <larsvegas+github@synpro.io> (http://synpro.io)",
"Zeeshan Muhammad (zeeshanmuhammad.com)",
"kkleejoe (https://github.com/kkleejoe)"
],
"badges": {
"list": [
Expand Down

0 comments on commit 21257f2

Please sign in to comment.