Skip to content
This repository has been archived by the owner on Mar 10, 2021. It is now read-only.

Commit

Permalink
feat: supporting commitizen friendly commits
Browse files Browse the repository at this point in the history
  • Loading branch information
artivilla committed Nov 27, 2017
1 parent 4b75bed commit d8fdcca
Show file tree
Hide file tree
Showing 3 changed files with 279 additions and 15 deletions.
17 changes: 14 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "progressive-punctuation-open",
"version": "0.0.0-development",
"version": "0.0.0-semantically-released",
"description": "Punctuation Marks for the Open Web",
"main": "src/index.js",
"scripts": {
"commit": "git-cz",
"test": "xo && jest",
"js": "webpack --progress --colors & webpack --config webpack-min.config.js",
"svg": "node scripts/build-svg",
Expand All @@ -28,6 +29,8 @@
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"camelcase": "^4.1.0",
"commitizen": "^2.9.6",
"cz-conventional-changelog": "^2.1.0",
"jest": "^21.2.1",
"semantic-release": "^8.2.0",
"svg-inject": "^0.1.0",
Expand All @@ -36,7 +39,15 @@
},
"repository": {
"type": "git",
"url": "https://github.com/artivilla/progressive-punctuation-open.git"
"url": "git+https://github.com/artivilla/progressive-punctuation-open.git"
},
"dependencies": {}
"bugs": {
"url": "https://github.com/artivilla/progressive-punctuation-open/issues"
},
"homepage": "https://github.com/artivilla/progressive-punctuation-open#readme",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![Build Status](https://travis-ci.org/artivilla/progressive-punctuation-open.svg?branch=master)](https://travis-ci.org/artivilla/progressive-punctuation-open)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)


Progressive Punctuation is a movement focused on effective communication, my friend Jeremy Ford's work -- an art director and multidisciplinary designer living in New York City. You can learn more about this project at his awwward winning site [here](http://progressivepunctuation.com/).

Expand Down
Loading

0 comments on commit d8fdcca

Please sign in to comment.