Skip to content

Commit d55644c

Browse files
priley86jeff-phillips-18
authored andcommitted
fix(console): remove files field. this pattern prevents other dist fi… (#344)
* fix(console): remove files field. this pattern prevents other dist files from releasing. affects: @patternfly/react-console * update npmignore
1 parent 3604a64 commit d55644c

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.npmignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/console/.npmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
src
2+
/less
3+
/sass

packages/console/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
"publishConfig": {
1010
"access": "public"
1111
},
12-
"files": [
13-
"./dist"
14-
],
1512
"repository": {
1613
"type": "git",
1714
"url": "https://github.com/patternfly/patternfly-react.git"

packages/core/.npmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
src
2+
/less
3+
/sass

packages/eslint-plugin/.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
src

0 commit comments

Comments
 (0)