Skip to content

Commit ff6bc8a

Browse files
committed
NPM updated. Travis CI updated.
1 parent b244a60 commit ff6bc8a

5 files changed

+431
-300
lines changed

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dist: xenial
22
language: node_js
33
node_js:
4-
- '10'
4+
- '12'
55
cache:
66
npm: true
77
services:
@@ -14,8 +14,7 @@ if: tag IS present
1414
deploy:
1515
provider: npm
1616
email: $NPM_EMAIL
17-
api_key:
18-
secure: $NPM_DEPLOY_TOKEN
17+
api_key: $NPM_DEPLOY_TOKEN
1918
on:
2019
branch: master
2120
tags: true

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## v8.1.0 (March 30, 2020)
22

3+
- NPM updated
4+
- Travis CI updated.
5+
6+
## v8.1.0 (March 30, 2020)
7+
38
- NPM updated
49
- Prettier updated to 2.x
510

CODE_OF_CONDUCT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe
3434

3535
## Enforcement
3636

37-
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [email protected]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
37+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [[email protected].](mailto:[email protected].) The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
3838

3939
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
4040

0 commit comments

Comments
 (0)