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

Commit f14f19f

Browse files
author
dkniazevych
committed
[bug] exluded configs for dev. tools from NPM publishing (closes #8)
1 parent c5e22f7 commit f14f19f

File tree

3 files changed

+10
-15
lines changed

3 files changed

+10
-15
lines changed

.npmignore

+7-10
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
.idea
2-
.git
3-
.gitignore
4-
.DS_Store
5-
node_modules
6-
src
7-
test
8-
tsconfig.json
9-
tslint.json
10-
package-lock.json
1+
*
2+
!dist
3+
!/index.js
4+
!npm-shrinkwrap.json
5+
!package.json
6+
!README.md
7+
!LICENSE

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

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tslint-config-security",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"description": "TSLint security rules",
55
"main": "./index.js",
66
"scripts": {
@@ -20,9 +20,7 @@
2020
"typescript",
2121
"security",
2222
"rules",
23-
"security",
24-
"plugin",
25-
"security"
23+
"plugin"
2624
],
2725
"author": "webschik",
2826
"license": "MIT",

0 commit comments

Comments
 (0)