Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-06-21 00:14:31 +0400
committerisaacs <i@izs.me>2013-06-21 00:14:31 +0400
commit18f7e4f794b58a1a87f2df5eca872809f66100bf (patch)
tree8397e8c70b2e2b492d6a4ca7cd08ce1bef01e611 /node_modules/init-package-json
parent02f1cd867d5fa0eeffc422dff56227d1ac93bc47 (diff)
init-package-json@0.0.10
Diffstat (limited to 'node_modules/init-package-json')
-rw-r--r--node_modules/init-package-json/package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/node_modules/init-package-json/package.json b/node_modules/init-package-json/package.json
index a89ec7ec2..a97b5053f 100644
--- a/node_modules/init-package-json/package.json
+++ b/node_modules/init-package-json/package.json
@@ -1,6 +1,6 @@
{
"name": "init-package-json",
- "version": "0.0.9",
+ "version": "0.0.10",
"main": "init-package-json.js",
"scripts": {
"test": "tap test/*.js"
@@ -19,8 +19,8 @@
"dependencies": {
"promzard": "~0.2.0",
"read": "~1.0.1",
- "read-package-json": "0",
- "semver": "1.x"
+ "read-package-json": "1",
+ "semver": "2.x"
},
"devDependencies": {
"tap": "~0.2.5",
@@ -41,6 +41,6 @@
"bugs": {
"url": "https://github.com/isaacs/init-package-json/issues"
},
- "_id": "init-package-json@0.0.9",
+ "_id": "init-package-json@0.0.10",
"_from": "init-package-json@latest"
}