Skip to content

Commit 37d1989

Browse files
author
Noam Elboim
committed
updating npmignore
1 parent de9deb4 commit 37d1989

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

.npmignore

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
.DS_Store
21
.vscode
32
node_modules
43
packages
5-
tests/node_modules
6-
tests/output
7-
tests/.protractor-fail-fast
8-
Procfile
4+
tests

packages/uizoo-app/.npmignore

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
.DS_Store
21
.vscode
3-
node_modules
2+
node_modules
3+
__mocks__
4+
*.test.js

packages/uizoo-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "uizoo-app",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "Dynamic React Component Library - app to create components configuration for UiZoo",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)