Skip to content

Commit

Permalink
Update docs for public release
Browse files Browse the repository at this point in the history
  • Loading branch information
robcolburn committed Jul 16, 2015
1 parent e68ac5e commit dfbe337
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
APP LINK
======================================================


https://www.drupal.org/sandbox/robcolburn/2289011
[![build status](https://img.shields.io/travis/robcolburn/drupal-app_link.svg?style=flat-square)](https://travis-ci.org/robcolburn/drupal-app_link)

github.com/robcolburn/drupal-app_link
* [Drupal.org App Link Project](https://www.drupal.org/project/app_link)
* [GitHub App Link Repo](https://github.com/robcolburn/drupal-app_link)
* [![build status](https://img.shields.io/travis/robcolburn/drupal-app_link.svg?style=flat-square)](https://travis-ci.org/robcolburn/drupal-app_link)

Contents of this File
-----------------------------
Expand Down
13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,16 @@
"test": "test"
},
"devDependencies": {
"eslint": "^1.0.0-rc-1",
"express": "^4.13.1",
"ghooks": "^0.3.2",
"lodash": "^3.10.0",
"mocha": "^2.2.5",
"phantom": "^0.7.2"
},
"scripts": {
"test": "mocha"
"test": "mocha",
"lint": "eslint js/* test/*"
},
"repository": {
"type": "git",
Expand All @@ -30,5 +33,11 @@
"bugs": {
"url": "https://github.com/robcolburn/drupal-app_link/issues"
},
"homepage": "https://github.com/robcolburn/drupal-app_link#readme"
"homepage": "https://github.com/robcolburn/drupal-app_link#readme",
"config": {
"ghooks": {
"pre-commit": "npm run lint",
"pre-push": "npm test"
}
}
}

0 comments on commit dfbe337

Please sign in to comment.