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 8412457 commit 459d33d
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-express-mapper.js",
"description": "Plugin for page.js which directly imitates the Express API.",
"author": "Eric Newport <[email protected]>",
"version": "1.0.4",
"version": "1.0.5",
"homepage": "https://github.com/kethinov/page.js-express-mapper.js",
"license": "Creative Commons Attribution 4.0 International License",
"main": "page.js-express-mapper.js",
"repository": {
"type": "git",
"url": "git://github.com/kethinov/page.js-express-mapper.js.git"
},
"dependencies": {
"page": "^1.5.0"
},
"keywords": [
"page.js",
"express",
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-express-mapper.js",
"version": "1.0.4",
"version": "1.0.5",
"description": "Plugin for page.js which directly imitates the Express API.",
"main": "page.js-express-mapper.js",
"repository": {
Expand All @@ -14,9 +14,6 @@
},
"homepage": "https://github.com/kethinov/page.js-express-mapper.js",
"readmeFilename": "README.md",
"dependencies": {
"page": "^1.5.0"
},
"keywords": [
"page.js",
"express",
Expand Down

0 comments on commit 459d33d

Please sign in to comment.