Skip to content

Commit

Permalink
removing hard dependency
Browse files Browse the repository at this point in the history
having this dependency explicitly declared causes page.js to get
downloaded twice potentially and also makes it harder for users to
control which version of page.js they prefer
  • Loading branch information
kethinov committed Jan 30, 2015
1 parent d69f148 commit 545c378
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,14 @@
"name": "page.js-body-parser.js",
"description": "Plugin for page.js which implements support for forms akin to body-parser.",
"author": "Eric Newport <[email protected]>",
"version": "1.0.6",
"version": "1.0.7",
"homepage": "https://github.com/kethinov/page.js-body-parser.js",
"license": "Creative Commons Attribution 4.0 International License",
"main": "page.js-body-parser.js",
"repository": {
"type": "git",
"url": "git://github.com/kethinov/page.js-body-parser.js.git"
},
"dependencies": {
"page": "^1.5.0"
},
"keywords": [
"page.js",
"body-parser",
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "page.js-body-parser.js",
"version": "1.0.6",
"version": "1.0.7",
"description": "Plugin for page.js which implements support for forms akin to body-parser.",
"main": "page.js-body-parser.js",
"repository": {
Expand All @@ -14,9 +14,6 @@
},
"homepage": "https://github.com/kethinov/page.js-body-parser.js",
"readmeFilename": "README.md",
"dependencies": {
"page": "^1.5.0"
},
"keywords": [
"page.js",
"body-parser",
Expand Down

0 comments on commit 545c378

Please sign in to comment.