Skip to content

Commit

Permalink
Cleanup project config & docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwiz committed Sep 29, 2016
1 parent 59de458 commit b9be6a5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 11 deletions.
7 changes: 2 additions & 5 deletions bower.json
@@ -1,7 +1,7 @@
{ {
"name": "FourOneOne", "name": "FourOneOne",
"version": "1.0.0", "version": "1.0.0",
"homepage": "https://github.com/kiwiz/411", "homepage": "https://github.com/etsy/411",
"authors": [ "authors": [
"Kai Zhong <z@kwi.li>", "Kai Zhong <z@kwi.li>",
"Ken Lee <kennysanx@hotmail.com>" "Ken Lee <kennysanx@hotmail.com>"
Expand Down Expand Up @@ -33,14 +33,11 @@
"requirejs": "~2.1.20", "requirejs": "~2.1.20",
"requirejs-text": "~2.0.14", "requirejs-text": "~2.0.14",
"routefilter": "~0.2.1", "routefilter": "~0.2.1",
"select2": "~4.0.0", "select2": "^3.3.2",
"select2-bootstrap3-css": "~1.4.6", "select2-bootstrap3-css": "~1.4.6",
"underscore": "~1.8.3", "underscore": "~1.8.3",
"uri.js": "~1.16.0", "uri.js": "~1.16.0",
"dragula.js": "dragula#^3.7.0", "dragula.js": "dragula#^3.7.0",
"Chart.js": "~2.1.6" "Chart.js": "~2.1.6"
},
"resolutions": {
"select2": "^3.3.2"
} }
} }
3 changes: 0 additions & 3 deletions composer.json
@@ -1,9 +1,6 @@
{ {
"name": "FourOneOne", "name": "FourOneOne",
"description": "An Alert Management Web Application", "description": "An Alert Management Web Application",
"repositories": [
{"type": "path", "url": "./ecl/"}
],
"require": { "require": {
"mtdowling/cron-expression": "^1.1", "mtdowling/cron-expression": "^1.1",
"php-curl-class/php-curl-class": "^4.6", "php-curl-class/php-curl-class": "^4.6",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/Setup.md
Expand Up @@ -51,7 +51,7 @@ Install


Grab the repo: Grab the repo:
``` ```
$ git clone https://github.com/kiwiz/411.git $ git clone https://github.com/etsy/411.git
``` ```


Set up Apache VHost: Set up Apache VHost:
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0", "version": "1.0.0",
"description": "An Alert Management Web Application", "description": "An Alert Management Web Application",
"main": "index.js", "main": "index.js",
"repository": "https://github.com/etsy/411",
"dependencies": { "dependencies": {
"grunt": "~0.4.5", "grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.11.2", "grunt-contrib-jshint": "~0.11.2",
Expand Down

0 comments on commit b9be6a5

Please sign in to comment.