Skip to content

Commit

Permalink
Feature: Update document links and add package dependencies
Browse files Browse the repository at this point in the history
Update document links and add package dependencies

Resolves: N/a
See also: N/a
  • Loading branch information
jdmedlock committed Nov 26, 2018
1 parent c1b0cdc commit ce11808
Show file tree
Hide file tree
Showing 6 changed files with 15,496 additions and 7 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Meteorite - Explore meteorite strikes
[Meteorite App](https://jdmedlock.github.io/meteorite/)
<br/>

[![restaurantreviews last commit](https://img.shields.io/github/last-commit/google/skia.svg)](https://github.com/jdmedlock/meteorite)
[![meteorite last commit](https://img.shields.io/github/last-commit/google/skia.svg)](https://github.com/jdmedlock/meteorite)
<br/>
[![Packagist](https://img.shields.io/packagist/l/doctrine/orm.svg)](https://github.com/jdmedlock/meteorite/)


![Screenshot](https://github.com/jdmedlock/meteorite/blob/development/docs/meteorite_screenshot.png)

## Table of Contents
Expand Down Expand Up @@ -83,7 +86,6 @@ This app has the following dependencies
| file-loader | Development | Serves the .css file as a public URL | N/a |
| lodash.debounce | Runtime | _debounce text input | N/a |
| node-sass-chokidar | Development | CSS complier | N/a |
| NPM | Development | Package manager | package.json |
| npm-run-all | Runtime | Run multiple scripts | N/a |
| postcss-loader | Deveopment | Loader for Webpack used in conjunction with autoprefixer | N/a |
| prop-types | Runtime | Type checking for props | N/a |
Expand Down
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Change Log

### 1.0.0 - 2018-10-20
### 1.0.0 - 2018-11-27

- Initial release
2 changes: 1 addition & 1 deletion docs/COLLABORATOR_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ responsibilities. This guide will help you understand your role and the
responsibilities that come with being a collaborator.

1. __Adhere to and help enforce the Code of Conduct.__ It is expected that you
have read the [code of conduct](https://github.com/jdmedlock/neighborhoodmap/blob/development/docs/CODE_OF_CONDUCT.md)
have read the [code of conduct](https://github.com/jdmedlock/meteorite/blob/development/docs/CODE_OF_CONDUCT.md)
and that you agree to live by it. This community should be friendly and
welcoming.

Expand Down
4 changes: 2 additions & 2 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ example, URL's to Gist's.

Please update the tests to reflect your code changes. Pull requests will not
be accepted if they are failing
on [Travis CI](https://travis-ci.org/jdmedlock/neighborhoodmap).
on [Travis CI](https://travis-ci.org/jdmedlock/meteorite).

### Documentation

Expand All @@ -65,7 +65,7 @@ the API and the documentation.

#### Git Branches

![Neighborhood Git Workflow](https://github.com/jdmedlock/neighborhoodmap/blob/development/docs/Git%20-%20Team%20Workflow.png)
![Neighborhood Git Workflow](https://github.com/jdmedlock/meteorite/blob/development/docs/Git%20-%20Team%20Workflow.png)

- `master`: Only updated from PR's from the `development` branch for release.
This branch always reflects the current production release.
Expand Down
Loading

0 comments on commit ce11808

Please sign in to comment.