Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
peremenov committed Jun 6, 2016
1 parent 483c149 commit e68a2a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seize",
"version": "0.1.6",
"version": "0.1.7",
"description": "Seize is light Node or Browser web-page content extractor inspired by arc90 readability and Safari Reader",
"main": "seize.js",
"scripts": {
Expand All @@ -16,12 +16,12 @@
],
"license": "MIT",
"dependencies": {
"lodash": "4.11.1"
"lodash": "^4.13.1"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^2.8.0",
"jsdom": "^8.4.0",
"jsdom": "^9.2.1",
"mocha": "^2.4.5"
},
"keywords": [
Expand Down

0 comments on commit e68a2a6

Please sign in to comment.