Skip to content

Commit

Permalink
Merge pull request #10 from topcoat/z-index
Browse files Browse the repository at this point in the history
Resin
  • Loading branch information
GarthDB authored Oct 5, 2016
2 parents 57baab5 + 4727499 commit f27934e
Show file tree
Hide file tree
Showing 55 changed files with 2,011 additions and 1,657 deletions.
20 changes: 20 additions & 0 deletions .cz-config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
'use strict';

module.exports = {

types: [
{value: 'feat', name: 'feat: A new feature'},
{value: 'fix', name: 'fix: A bug fix'},
{value: 'docs', name: 'docs: Documentation only changes'},
{value: 'style', name: 'style: Changes that do not affect the meaning of the code\n (white-space, formatting, missing semi-colons, etc)'},
{value: 'refactor', name: 'refactor: A code change that neither fixes a bug nor adds a feature'},
{value: 'perf', name: 'perf: A code change that improves performance'},
{value: 'test', name: 'test: Adding missing tests'},
{value: 'chore', name: 'chore: Changes to the build process or auxiliary tools\n and libraries such as documentation generation'},
{value: 'revert', name: 'revert: Revert to a commit'},
{value: 'WIP', name: 'WIP: Work in progress'}
],

allowBreakingChanges: ['feat', 'fix', 'perf']

};
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
test
demo
docs
.*
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
language: node_js
node_js:
- "0.10"
before_install:
- "npm install -g grunt-cli"
node_js: "6"
after_success:
- npm run semantic-release
95 changes: 0 additions & 95 deletions Gruntfile.js

This file was deleted.

Loading

0 comments on commit f27934e

Please sign in to comment.