We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81e9d32 commit 1dace81Copy full SHA for 1dace81
.travis.yml
@@ -1,3 +1,3 @@
1
language: node_js
2
node_js:
3
- - "6"
+ - "9"
package.json
@@ -2,6 +2,10 @@
"name": "tulip",
"version": "0.0.2",
4
"description": "Experimental Zulip app built using React",
5
+ "engines": {
6
+ "node": "9.4.0",
7
+ "yarn": "1.3.2"
8
+ },
9
"scripts": {
10
"lint": "eslint app index.js",
11
"test": "npm run lint",
0 commit comments