From b6b2f7a01e15992f865285413eb3eafb3483aa7f Mon Sep 17 00:00:00 2001 From: Varun Malhotra Date: Tue, 30 Oct 2018 01:37:58 +0530 Subject: [PATCH 1/2] add package.json file --- package.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..840724a --- /dev/null +++ b/package.json @@ -0,0 +1,23 @@ +{ + "name": "list", + "version": "1.0.0", + "description": "list operations", + "main": "list.js", + "scripts": { + "test": "yarn test" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/gauravmuk/list.js.git" + }, + "keywords": [ + "list", + "array" + ], + "author": "Gaurav Nanda", + "license": "MIT", + "bugs": { + "url": "https://github.com/gauravmuk/list.js/issues" + }, + "homepage": "https://github.com/gauravmuk/list.js#readme" +} From 2eee7bffa66c9ab6d002e2e7f0982fb32f6cc731 Mon Sep 17 00:00:00 2001 From: Varun Malhotra Date: Tue, 30 Oct 2018 01:38:35 +0530 Subject: [PATCH 2/2] add yan lock.file --- yarn.lock | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 yarn.lock diff --git a/yarn.lock b/yarn.lock new file mode 100644 index 0000000..fb57ccd --- /dev/null +++ b/yarn.lock @@ -0,0 +1,4 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + +