Skip to content

Commit 42aefb0

Browse files
author
jfusco
committed
Update travix config and dependencies
Add deploy configuration to travis config to auto publish to npm Update outdated dependencies Update node engine version in package.json and travis.yml
1 parent df4c155 commit 42aefb0

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

.travis.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
language: node_js
2-
node_js:
3-
- "6"
4-
before_install:
5-
- npm install -g gulp
6-
- npm install -g eslint
7-
- npm install -g babel-eslint
8-
script:
9-
- "npm run lint && npm test"
2+
node_js: '7'
3+
before_install: npm install -g eslint
4+
script: "npm run lint && npm test"
5+
deploy:
6+
provider: npm
7+
email: jfusco311@gmail.com
8+
on:
9+
tags: true
10+
api_key:
11+
secure: K1GB8fygxjdrdFp2K3x2TjejKV24rGoOrc+7cwKvjb4LhEBvE77dn/3Jxx+E+em5fR8Bvorg2UsrmSAYteZxQCMeVuwOwDylbqxxJNbHk4SCWXWjh3zZj1poSNUK9bJ4+UBibD7IH1nUr5SrmX9m2WQCVDCt8pf4kG+9Zp2+1K/gUO/SEK4ELmi+t/QVfjh+YNUFCE5cMpYJCL9Z+zn1lLetWNJWT+8tB6yKtaVofXSYRKs0uEs9v9HRUcUxFR2S2y730kdjyTju3LQjTOg87ySzOgcvnVXWTJJeuptY0SvWD8lNquuaW9DHYrw+4qQ1u1UZNPCo6bC6HSH1Cp/2Bn+2UaNRGJcAOilfFhncA7exa71022UEpjoPhqpxei/7IwEs4MJ2IXzZDcPT6DGaWoVaTCz+JXwyjoaAEhZmxQUf7abSasUUU1RKurulHeKiJE/YhEPcDa94KiodUmuoHo1PuNG8Ao/d4/PvArXC5wtmB8YzJc6uipGJAe3ENzxtkStD8wWC7dxtvGpT5viy8WtR0YOdoyyUKGgY1AyAtNAMLfh/MwOkcGQbhsqWKxaD4fDqHH3E57Z6xoHaBRvDadh0q1KuJisS2HkOuyu+PgNWk9W4nbgCylLjEo9oXnXc4lr/sdLHO+chkucIgLVIeCUt5XpCvX92f8jRvlvsojQ=

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@
88
"type": "git",
99
"url": "https://github.com/JFusco/react-tagging-input"
1010
},
11+
"engines": {
12+
"node": ">=7.0.0"
13+
},
1114
"author": {
1215
"name": "Joe Fusco",
1316
"email": "jfusco311@gmail.com"
1417
},
1518
"scripts": {
16-
"preversion": "npm test",
1719
"version": "npm run build && git add .",
1820
"postversion": "git push origin master --tags",
1921
"test": "jest --coverage",

0 commit comments

Comments
 (0)