mirror of
https://github.com/crypto-pro-web/crypto-pro-js.git
synced 2024-11-24 00:55:00 +03:00
изменил blacklist-инг на whitelist-инг публикуемых файлов в NPM
This commit is contained in:
parent
733449d20c
commit
a5552b5065
11
.npmignore
11
.npmignore
@ -1,11 +0,0 @@
|
||||
# see what'll be included with `npm pack --dry-run`
|
||||
|
||||
/examples
|
||||
/src
|
||||
/types
|
||||
/package
|
||||
|
||||
/tsconfig*
|
||||
/*.js
|
||||
/*.gif
|
||||
/.*
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user