From a5552b5065722f76848766d8ccae38de9263d640 Mon Sep 17 00:00:00 2001 From: vgoma Date: Sat, 4 Jul 2020 08:46:04 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB=20bl?= =?UTF-8?q?acklist-=D0=B8=D0=BD=D0=B3=20=D0=BD=D0=B0=20whitelist-=D0=B8?= =?UTF-8?q?=D0=BD=D0=B3=20=D0=BF=D1=83=D0=B1=D0=BB=D0=B8=D0=BA=D1=83=D0=B5?= =?UTF-8?q?=D0=BC=D1=8B=D1=85=20=D1=84=D0=B0=D0=B9=D0=BB=D0=BE=D0=B2=20?= =?UTF-8?q?=D0=B2=20NPM?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .npmignore | 11 ----------- package.json | 5 +++++ 2 files changed, 5 insertions(+), 11 deletions(-) delete mode 100644 .npmignore diff --git a/.npmignore b/.npmignore deleted file mode 100644 index 900a0a6..0000000 --- a/.npmignore +++ /dev/null @@ -1,11 +0,0 @@ -# see what'll be included with `npm pack --dry-run` - -/examples -/src -/types -/package - -/tsconfig* -/*.js -/*.gif -/.* diff --git a/package.json b/package.json index 3e3bcba..8069e82 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,11 @@ "description": "API для взаимодействия с КриптоПро", "main": "./lib/crypto-pro.js", "types": "./lib/crypto-pro.d.ts", + "files": [ + "lib/**/*", + "dist/**/*", + "bower.json" + ], "scripts": { "clean": "rimraf dist lib package coverage", "start": "cross-env TS_CONFIG=tsconfig-es5.json webpack --watch",