From fbd29f642c620db92ff60920f59500728f6b728a Mon Sep 17 00:00:00 2001 From: Bartozzz Date: Mon, 21 Oct 2019 13:46:59 +0200 Subject: [PATCH] Update package.json --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4b463d4..81ed39e 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { - "name": "three-snapshot-serializer", - "version": "1.1.0", + "name": "threejs-snapshot-serializer", + "version": "1.2.0", "description": "Jest snapshot serializer for THREE objects", - "homepage": "https://github.com/dbkaplun/three-snapshot-serializer", - "repository": "https://github.com/dbkaplun/three-snapshot-serializer", - "bugs": "https://github.com/dbkaplun/three-snapshot-serializer/issues", + "homepage": "https://github.com/Bartozzz/threejs-snapshot-serializer", + "repository": "https://github.com/Bartozzz/threejs-snapshot-serializer", + "bugs": "https://github.com/Bartozzz/threejs-snapshot-serializer/issues", "main": "lib/index.js", "scripts": { "clean": "rm -rf lib/",