Skip to content

Commit

Permalink
fix .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
erossignon committed Sep 6, 2024
1 parent c86897d commit 9c845d0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 51 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ build/Release
dist/
pkg/

random.rnd
random.rnd
*.tgz
6 changes: 0 additions & 6 deletions .ignore

This file was deleted.

46 changes: 9 additions & 37 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,42 +1,14 @@
test/
notes.md
tmp
bin/openssl
bin/openssl*.zip
.idea
certificates
coverage
.codeclimate.yml
.eslintignore
.eslintrc
.fossa.yml
.mocharc.json
.nycrc.json
.release-it.json
.travis.yml
appveyor.yml
test/
dist/test/**
.*
Makefile
*.tsbuildinfo
*.pem
.ncy_output
.nycrc.json
.idea
.github
.codeclimate.yml
.release-it.json
.travis.yml
*.map
*.bat
*.pem
tslint.json
.vs_code/
.nyc_output/
random.*
*.tgz
makeLink.bat
.vscode/
.eslintrc.yml
.ignore
.prettierrc
dist/test
tsconfig*.json
lib/
*.map
notes.md
tsconfig.json
/lib
*.tsbuildinfo
8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
"name": "node-opcua-pki",
"version": "4.12.0",
"description": "PKI management for node-opcua",
"type": "commonjs",
"main": "./dist/lib/index.js",
"types": "./dist/lib/index.d.ts",
"directories": {
"test": "test"
},
"scripts": {
"build": "npx tsc -b -f",
"clean": "npx rimraf node_modules .nyc_output tmp private_key.pem certificates",
Expand All @@ -21,10 +19,6 @@
"postinstall2": "opencollective-postinstall",
"postinstall3": "github-sponsors"
},
"pkg": {
"scripts": "build/**/*.js",
"assets": "./bin/crypto_create_CA_config.example.js"
},
"repository": {
"type": "git",
"url": "https://github.com/node-opcua/node-opcua-pki.git"
Expand Down

0 comments on commit 9c845d0

Please sign in to comment.