From 455f099b504ec07dd492ab31987ae05a6f6774c7 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Mon, 28 Sep 2015 12:39:59 -0500 Subject: Adds atom packages --- .../underscore-plus/node_modules/underscore/package.json | 3 ++- atom/packages/vim-mode/node_modules/underscore-plus/package.json | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'atom/packages/vim-mode/node_modules/underscore-plus') diff --git a/atom/packages/vim-mode/node_modules/underscore-plus/node_modules/underscore/package.json b/atom/packages/vim-mode/node_modules/underscore-plus/node_modules/underscore/package.json index fb45655..505b2f4 100644 --- a/atom/packages/vim-mode/node_modules/underscore-plus/node_modules/underscore/package.json +++ b/atom/packages/vim-mode/node_modules/underscore-plus/node_modules/underscore/package.json @@ -62,5 +62,6 @@ ], "directories": {}, "_shasum": "8b38b10cacdef63337b8b24e4ff86d45aea529a8", - "_resolved": "https://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz" + "_resolved": "https://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz", + "readme": "ERROR: No README data found!" } diff --git a/atom/packages/vim-mode/node_modules/underscore-plus/package.json b/atom/packages/vim-mode/node_modules/underscore-plus/package.json index b52af2d..98add9f 100644 --- a/atom/packages/vim-mode/node_modules/underscore-plus/package.json +++ b/atom/packages/vim-mode/node_modules/underscore-plus/package.json @@ -15,7 +15,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/atom/underscore-plus.git" + "url": "git+https://github.com/atom/underscore-plus.git" }, "bugs": { "url": "https://github.com/atom/underscore-plus/issues" @@ -74,5 +74,6 @@ "tarball": "http://registry.npmjs.org/underscore-plus/-/underscore-plus-1.6.6.tgz" }, "directories": {}, - "_resolved": "https://registry.npmjs.org/underscore-plus/-/underscore-plus-1.6.6.tgz" + "_resolved": "https://registry.npmjs.org/underscore-plus/-/underscore-plus-1.6.6.tgz", + "readme": "ERROR: No README data found!" } -- cgit