From b31a52fb093e3b653584380d4b4be5dfb3324930 Mon Sep 17 00:00:00 2001 From: akirafujiu Date: Wed, 7 Jul 2021 19:25:45 +0900 Subject: [PATCH] remove version in package.json for test fixture --- test/fixtures/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/test/fixtures/package.json b/test/fixtures/package.json index e98b8f5..8b8a4d1 100644 --- a/test/fixtures/package.json +++ b/test/fixtures/package.json @@ -1,7 +1,6 @@ { "name": "dot-object", "description": "dot-object makes it possible to transform and read (JSON) objects using dot notation.", - "version": "1.1.0", "author": { "name": "Rob Halff", "email": "rob.halff@gmail.com"