Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Commit

Permalink
Setup package
Browse files Browse the repository at this point in the history
  • Loading branch information
andre487 committed Aug 30, 2015
1 parent 4f49008 commit 515e9eb
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 13 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ npm install [-g] feed-validator

## Usage
```
usage: opensearch-validator [-h] [-v] [-c FILE_PATH] [-r REPORTER_NAME]
[--no-colors]
url
usage: feed-validator [-h] [-v] [-c FILE_PATH] [-r REPORTER_NAME]
[--no-colors]
url
Simple validator for RSS, Atom or opensearch.xml that using validator.w3.
org/feed and plugins
Expand Down
6 changes: 0 additions & 6 deletions bin/feed-validator

This file was deleted.

1 change: 1 addition & 0 deletions cli/run.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node
/**
* @file
* Run validation by CLI
Expand Down
15 changes: 11 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Andrey Prokopyuk <[email protected]>",
"name": "feed-validator",
"description": "Simple validator for RSS, Atom or opensearch.xml that using validator.w3.org/feed and plugins",
"version": "1.0.0",
"version": "1.0.1",
"main": "cli/run.js",
"keywords": [
"validation",
Expand All @@ -16,16 +16,23 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/Andre-487/opensearch-validator.git"
"url": "git+https://github.com/Andre-487/feed-validator.git"
},
"bugs": {
"url": "https://github.com/Andre-487/opensearch-validator/issues"
"url": "https://github.com/Andre-487/feed-validator/issues"
},
"homepage": "https://github.com/Andre-487/opensearch-validator#readme",
"homepage": "https://github.com/Andre-487/feed-validator#readme",
"license": "MIT",
"scripts": {
"test": "cd test && mocha --recursive --reporter spec --require bootstrap.js ."
},
"engines": {
"node": ">= 0.10.0"
},
"bin": {
"feed-validator": "./cli/run.js"
},
"preferGlobal": true,
"dependencies": {
"argparse": "^1.0.2",
"cli-table": "^0.3.1",
Expand Down

0 comments on commit 515e9eb

Please sign in to comment.