From 66c1a65c874244d4bc3a1f483bf8aa1ba4663c13 Mon Sep 17 00:00:00 2001 From: turivishal Date: Tue, 29 Dec 2020 01:48:08 +0530 Subject: [PATCH] Initial Commit --- README.md | 3 +++ package-lock.json | 2 +- package.json | 5 +---- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 237a105..efddb66 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +[![Version](https://img.shields.io/github/v/release/turivishal/mongoose-schema-clone)](https://github.com/turivishal/mongoose-schema-clone/tree/0.0.10) +[![Version](https://img.shields.io/github/v/release/turivishal/mongoose-schema-clone?color=red&label=npm)](https://www.npmjs.com/package/mongoose-schema-clone) + # Mongoose Schema Clone Deep clone and Returns a copy of the schema, Adds key path / schema type pairs to this schema and You can also add another schema and copy over all paths, virtuals, getters, setters, indexes, methods, and statics. diff --git a/package-lock.json b/package-lock.json index 70c7eb1..f4b9999 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mongoose-schema-clone", - "version": "0.0.9", + "version": "0.0.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5a9f803..fae2a2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongoose-schema-clone", - "version": "0.0.9", + "version": "0.0.10", "description": "Clone mongoose schema to new schema", "main": "index.js", "scripts": { @@ -29,8 +29,5 @@ }, "dependencies": { "mongoose": "*" - }, - "publishConfig": { - "registry": "https://npm.pkg.github.com/turivishal" } }