-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
2 changed files
with
2 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters