Skip to content

Commit

Permalink
Merge pull request #21 from ndaidong/dev
Browse files Browse the repository at this point in the history
v1.6.0
  • Loading branch information
ndaidong authored Jan 8, 2017
2 parents d65deb0 + c0a3ea2 commit c5d4cd4
Show file tree
Hide file tree
Showing 32 changed files with 1,585 additions and 958 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ os:
sudo: false
language: node_js
node_js:
- "7.1"
- "6.8"
- "7.4"
- "7.2"
- "7.0"
- "6.5"
- "6.0"
addons:
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
* Starting app
* @ndaidong
**/
exports = module.exports = require('./src/article-parser');
exports = module.exports = require('./src/main');
exports.version = require('./package').version;
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.5.3",
"version": "1.6.0",
"name": "article-parser",
"description": "Extract clean article data from given URL.",
"homepage": "https://www.npmjs.com/package/article-parser",
Expand All @@ -16,6 +16,7 @@
"lint": "eslint ./src ./test",
"snyk": "snyk test",
"tape": "nyc tape test/start.js | tap-spec",
"tape:debug": "DEBUG=*:* nyc tape test/start.js | tap-spec",
"report": "nyc report --reporter=lcov",
"pretest": "npm run lint && npm run snyk",
"test": "npm run tape",
Expand All @@ -24,10 +25,11 @@
},
"dependencies": {
"bellajs": "6.x.x",
"bluebird": "3.x.x",
"cheerio": "0.x.x",
"debug": "2.x.x",
"es6-readability": "0.x.x",
"node-fetch": "1.x.x",
"promise-wtf": "1.x.x",
"sanitize-html": "1.x.x"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit c5d4cd4

Please sign in to comment.