Skip to content

Commit 4e61478

Browse files
sabinddansabin
authored andcommitted
updated package.json version (#2)
1 parent 8a1795e commit 4e61478

3 files changed

Lines changed: 15 additions & 5 deletions

File tree

.travis.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
language: node_js
22
node_js:
3-
- "6"
4-
- "7"
5-
- "8"
6-
- "9"
3+
- '6'
4+
- '7'
5+
- '8'
6+
- '9'
7+
deploy:
8+
provider: npm
9+
email: hello@freethinking.it
10+
api_key:
11+
secure: AL0+UIdro5it6u6glM5dsvN8LeMVgu7NxFsOlBLAdDpJ4agxJO4obmSUE7Ct7hnkBoLzobmN7itJEXiMs5KJx+XXvkPusHGXBkXzKXUdMwQ3EuBHIX3jgHMVcfR+8l3VO+PmBwG2nMtnnXIqw5PnAlC1bYHolBRCi/O+U6fSC6F2c+wSvIlNBGkqZ4NJV4gL5T9bCzFkDjz3W9NyptJIitANt6B8wEVY3c/ghZVm9fX29GuENnbV/SIa93RlGxuHTerxU9n0tnq6sJ+zsgZHowsnkI+GgORIdqLmXT5Hex6fsbQEODUydLtvu9GrKUJEyvU1nUooI90+5Pvc6okdHjf5+NOzJp63gGDvWJ6LTgKfP0G321S/WwgWLYddu09f0Bk9hKiOS+PqT47Ig3A1FXZuYfqUqPIe4XRbjfO97eI56P5K/dQjam8DOUiBYUW8FRq3P3HmTJa4m6Kw/OMWsdy/8fBc1NzIQu8dBdzz3dfMf5myhbDsQSLUCVC6CCjOez8SttjHHrKCix9hm29VV41vSPB3S5PTVdr5ru6oUfHL/nqMQxG7W2PYb6TaNEYjSa3Yg/g7PaTsmolLEJH+S7z1sZOIUJ6cPqCRzRSze6b4WqrO94y3ZeKngieatlOlJBxHQQbrLM4xa2rsckan7j8cUgcJzmNNR0jTpGkXUU0=
12+
on:
13+
tags: true
14+
repo: freethinkingit/inline-email

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Please note we have a code of conduct, please follow it in all your interactions
1616
4. You may merge the Pull Request in once you have the sign-off of two other developers, or if you
1717
do not have permission to do that, you may request the second reviewer to merge it for you.
1818

19+
Also if you want to understand how to keep your forked project up to date (so you can create PRs) consult [this StackOverflow](https://stackoverflow.com/questions/7244321/how-do-i-update-a-github-forked-repository).
20+
1921
## Code of Conduct
2022

2123
### Our Pledge

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inline-email",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "CLI for Merging HTML and CSS to inline for emails. Supports Inky Templates.",
55
"main": "bin/driver",
66
"scripts": {

0 commit comments

Comments
 (0)