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>2014-07-31 02:42:01 +0400
committerisaacs <i@izs.me>2014-07-31 02:42:01 +0400
commit63fe0eef518df6d21440044b3c3febf89f7302e3 (patch)
tree2502b437049628e90afcaf44e5195516cca7c12c /package.json
parentf53669562d73d96a116706cba5d6978dce9a6aba (diff)
init-package-json@1.0.0
Defaults package versions in 'npm init' to 1.0.0 instead of 0.0.0
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index e4eba9bd5..3cfa377d8 100644
--- a/package.json
+++ b/package.json
@@ -52,7 +52,7 @@
"graceful-fs": "~3.0.0",
"inflight": "~1.0.1",
"ini": "~1.2.0",
- "init-package-json": "~0.1.0",
+ "init-package-json": "~1.0.0",
"lockfile": "~0.4.0",
"lru-cache": "~2.5.0",
"minimatch": "~0.3.0",