Skip to content

Commit ea31fc1

Browse files
authored
Ignore .yalc/ folder when we publish to npm (tensorflow#203)
1 parent af19479 commit ea31fc1

File tree

9 files changed

+20
-4
lines changed

9 files changed

+20
-4
lines changed

body-pix/.npmignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.yalc/
12
.vscode/
23
.rpt2_cache/
34
scripts/
@@ -17,6 +18,7 @@ karma.conf.js
1718
CONTRIBUTING.md
1819
tslint.json
1920
yarn.lock
21+
yalc.lock
2022
DEVELOPMENT.md
2123
ISSUE_TEMPLATE.md
2224
PULL_REQUEST_TEMPLATE.md

coco-ssd/.npmignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.yalc/
12
.vscode/
23
.rpt2_cache/
34
demo/
@@ -12,4 +13,5 @@ dist/**/*.js.map
1213
.travis.yml
1314
.npmignore
1415
tslint.json
15-
yarn.lock
16+
yarn.lock
17+
yalc.lock

coco-ssd/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tensorflow-models/coco-ssd",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Object detection model (coco-ssd) in TensorFlow.js",
55
"main": "dist/index.js",
66
"unpkg": "dist/coco-ssd.min.js",

knn-classifier/.npmignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.yalc/
12
.vscode/
23
.rpt2_cache/
34
demo/
@@ -12,3 +13,4 @@ dist/**/*.js.map
1213
.npmignore
1314
tslint.json
1415
yarn.lock
16+
yalc.lock

mobilenet/.npmignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.yalc/
12
.vscode/
23
.rpt2_cache/
34
demos/
@@ -11,4 +12,5 @@ dist/**/*.js.map
1112
.travis.yml
1213
.npmignore
1314
tslint.json
15+
yalc.lock
1416
yarn.lock

posenet/.npmignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.yalc/
12
.vscode/
23
.rpt2_cache/
34
demos/
@@ -12,3 +13,4 @@ dist/**/*.js.map
1213
.npmignore
1314
tslint.json
1415
yarn.lock
16+
yalc.lock

speech-commands/.npmignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.yalc/
12
.vscode/
23
.rpt2_cache/
34
demo/
@@ -13,3 +14,4 @@ dist/**/*.js.map
1314
.npmignore
1415
tslint.json
1516
yarn.lock
17+
yalc.lock

toxicity/.npmignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.yalc/
12
.vscode/
23
.rpt2_cache/
34
demo/
@@ -12,4 +13,5 @@ karma.conf.js
1213
tslint.json
1314
yarn.lock
1415
images/
15-
.cache/
16+
.cache/
17+
yalc.lock

universal-sentence-encoder/.npmignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.yalc/
12
.vscode/
23
.rpt2_cache/
34
demo/
@@ -11,4 +12,5 @@ karma.conf.js
1112
.npmignore
1213
tslint.json
1314
yarn.lock
14-
.cache/
15+
.cache/
16+
yalc.lock

0 commit comments

Comments
 (0)