Skip to content

Commit 879e27f

Browse files
committed
Fix travis yml to avoid cleanup
1 parent ea71944 commit 879e27f

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ deploy:
1515
on:
1616
branch: main
1717
- provider: npm
18+
skip_cleanup: true
1819
1920
api_key: "$NPM_TOKEN"
2021
on:

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.0.6] - 2020-12-11
4+
5+
### Fixed
6+
7+
- fix travis.yml to skip cleanup
8+
9+
## [1.0.5] - 2020-12-11
10+
11+
### Fixed
12+
13+
- remove npmignore
14+
315
## [1.0.4] - 2020-12-11
416

517
### Fixed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ginkgo-bioworks/react-json-schema-form-builder",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "React JSON Schema Form Editor",
55
"author": {
66
"name": "Nathan Alam",

0 commit comments

Comments
 (0)