Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 5b21361

Browse files
author
dkniazevych
committed
excluded configs for dev. tools from NPM publishing (closes #8)
1 parent f14f19f commit 5b21361

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.npmignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
*
2-
!dist
2+
!dist/*
3+
!dist/**
34
!/index.js
45
!npm-shrinkwrap.json
56
!package.json

npm-shrinkwrap.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{
22
"name": "tslint-config-security",
3-
"version": "1.9.0",
3+
"version": "1.10.0",
44
"description": "TSLint security rules",
55
"main": "./index.js",
6+
"files": [
7+
"/dist",
8+
"/index.js"
9+
],
610
"scripts": {
711
"test": "tslint --test test/rules/**/**/**",
812
"pretest": "npm run build",

0 commit comments

Comments
 (0)