Skip to content

Commit 38a9c6d

Browse files
committed
[docs] Clean-up and Bump Version
1 parent bdf1ee9 commit 38a9c6d

File tree

5 files changed

+12
-79
lines changed

5 files changed

+12
-79
lines changed

.gitignore

+4-12
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### node etc ###
1+
### git Ignored FIles ###
22

33
# Logs
44
logs
@@ -12,23 +12,15 @@ pids
1212
# Directory for instrumented libs generated by jscoverage/JSCover
1313
lib-cov
1414

15-
# Coverage directory used by tools like istanbul
16-
coverage
17-
1815
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
1916
.grunt
2017

21-
# Compiled Dirs (http://nodejs.org/api/addons.html)
22-
build/
23-
dist/
24-
2518
# Dependency directorys
26-
# Deployed apps should consider commenting these lines out:
27-
# see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
2819
node_modules/
29-
bower_components/
3020
client/components
3121

22+
# MAC Specific FIles
3223
.DS_STORE
3324

34-
lib/config.js
25+
# Config File
26+
lib/config.js

PRESS-RELEASE.md

-44
This file was deleted.

README.md

+2-14
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,16 @@
11
# Reactor Overflow
22

33
[![Join the chat at https://gitter.im/reactoroverflow/reactoroverflow.com](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/reactoroverflow/reactoroverflow.com?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4-
[![Stories in Ready](https://badge.waffle.io/reactoroverflow/reactoroverflow.com.svg?label=inprogress&title=InProgress)](http://waffle.io/reactoroverflow/reactoroverflow.com)
54
[![Code Climate](https://codeclimate.com/github/reactoroverflow/reactoroverflow.com/badges/gpa.svg)](https://codeclimate.com/github/reactoroverflow/reactoroverflow.com)
65

7-
> THe overflow of communication designed for Hack Reactor Students, Faculty, Alumni, and Precourse Students.
6+
> The overflow of communication designed for Hack Reactor Students, Faculty, Alumni, and Precourse Students.
87
98
## Team
109

1110
- __Product Owner__: @codydaig
1211
- __Scrum Master__: @linalu1
1312
- __Development Team Members__: @andrewkishino @kevbyte
1413

15-
## Table of Contents
16-
17-
1. [Usage](#Usage)
18-
1. [Requirements](#requirements)
19-
1. [Development](#development)
20-
1. [Installing Dependencies](#installing-dependencies)
21-
1. [Tasks](#tasks)
22-
1. [Team](#team)
23-
1. [Contributing](#contributing)
24-
2514
## Requirements
2615

2716
- Node 0.12.x
@@ -53,7 +42,6 @@ node index.js
5342

5443
View the project roadmap [here](https://github.com/reactoroverflow/reactoroverflow.com/issues)
5544

56-
57-
## Contributing
45+
### Contributing
5846

5947
See [CONTRIBUTING.md](CONTRIBUTING.md) for contribution guidelines.

bower.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
"name": "Reactor Overflow",
33
"main": "index.js",
44
"version": "0.0.0",
5-
"homepage": "https://github.com/AndrewKishino/reactoroverflow.com",
6-
"authors": [
7-
"Andrew Kishino <[email protected]>"
8-
],
5+
"homepage": "https://github.com/reactoroverflow/reactoroverflow.com",
96
"license": "MIT",
107
"ignore": [
118
"**/.*",

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "reactoroverflow.com",
3-
"version": "0.0.1",
4-
"description": "> THe overflow of communication designed for Hack Reactor Students, Faculty, Alumni, and Precourse Students.",
3+
"version": "0.1.0",
4+
"description": "> The overflow of communication designed for Hack Reactor Students, Faculty, Alumni, and Precourse Students.",
55
"main": "index.js",
66
"scripts": {
77
"test": "grunt test"
@@ -11,11 +11,11 @@
1111
"url": "git+https://github.com/codydaig/reactoroverflow.com.git"
1212
},
1313
"author": "",
14-
"license": "ISC",
14+
"license": "MIT",
1515
"bugs": {
16-
"url": "https://github.com/codydaig/reactoroverflow.com/issues"
16+
"url": "https://github.com/reactoroverflow/reactoroverflow.com/issues"
1717
},
18-
"homepage": "https://github.com/codydaig/reactoroverflow.com#readme",
18+
"homepage": "https://github.com/reactoroverflow/reactoroverflow.com#readme",
1919
"dependencies": {
2020
"body-parser": "^1.13.3",
2121
"bower": "^1.3.9",

0 commit comments

Comments
 (0)