Commit 6ee047a
committed
Only include real files in package
```
❯ npx np minor
? The following new files will not be part of your published package:
- .github/workflows/test.yml
- .vscode/settings.json
- jest.config.js
- lib/Prediction.test.js
- lib/ReplicateClient.test.js
- lib/Version.test.js
The following new files will be published the first time:
- lib/errors.js
- lib/Prediction.js
- lib/ReplicateClient.js
- lib/ReplicateObject.js
- lib/utils.js
- lib/Version.js
Continue? (y/N)
```1 parent d680325 commit 6ee047a
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| |||
0 commit comments