From 7590ee8f6864e21324ea180eb61a0ba8d6a2def9 Mon Sep 17 00:00:00 2001 From: Arshad Kazmi Date: Sun, 18 Aug 2019 22:59:33 +0530 Subject: [PATCH] Package only index.js for npm, bump version to v1.0.3 --- package.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 56c7724..6b43e51 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,15 @@ { "name": "ak-hasattr", - "version": "1.0.2", + "version": "1.0.3", "description": "Search key exists, in a deep json object ", "main": "index.js", "scripts": { "pretest": "eslint --ignore-path .gitignore .", "test": "node_modules/mocha/bin/mocha test/" }, + "files": [ + "index.js" + ], "devDependencies": { "chai": "^4.2.0", "eslint": "^5.11.1", @@ -23,7 +26,9 @@ "jsonhas", "jsonattribute", "jsonattr", - "jsoncontains" + "jsoncontains", + "json", + "hasattr" ], "author": "Arshad Kazmi", "license": "MIT",