Skip to content

Commit

Permalink
chore: remove unused dev packages/settings
Browse files Browse the repository at this point in the history
  • Loading branch information
trs committed May 16, 2018
1 parent 82e6126 commit 5f9db31
Show file tree
Hide file tree
Showing 8 changed files with 7,458 additions and 92 deletions.
24 changes: 0 additions & 24 deletions .nycrc

This file was deleted.

11 changes: 11 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,14 @@
<h1 align="center">
Contributing Guide
</h1>

## Welcome

- Thank you for your eagerness to contribute, pull requests are encouraged!

## Guidelines

- Any new fixes are features should include new or updated [tests](/test).
- Commits follow the [AngularJS Git Commit Message Conventions](https://docs.google.com/document/d/1QrDFcIiPjSLDn3EL15IJygNPiHORgU1_OOAqWjiDU5Y/edit), please review and commit accordingly
- Submit your pull requests to the `master` branch, these will normally be merged into a seperate branch for any finally changes before being merged into `master`.
- Submit any bugs or requests to the issues page in Github.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 Tyler Stewart
Copyright (c) 2018 Tyler Stewart

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion config/testUnit/reporters.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"reporterEnabled": "mocha-pretty-bunyan-nyan",
"reporterEnabled": "spec",
"mochaJunitReporterReporterOptions": {
"mochaFile": "reports/junit.xml"
}
Expand Down
49 changes: 0 additions & 49 deletions confit.yml

This file was deleted.

Loading

0 comments on commit 5f9db31

Please sign in to comment.