We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d0407c commit 0d9ca1cCopy full SHA for 0d9ca1c
.travis.yml
@@ -1,5 +1,5 @@
1
language: node_js
2
node_js:
3
- - "0.6.7"
+ - "6"
4
before_script:
5
- npm install --global gulp
package.json
@@ -34,9 +34,6 @@
34
"url": "https://github.com/nolimits4web/Framework7/issues"
35
},
36
"homepage": "http://framework7.io/",
37
- "engines": {
38
- "node": ">= 0.6.7"
39
- },
40
"devDependencies": {
41
"gulp": "^3.9.1",
42
"gulp-clean-css": "^2.2.2",
0 commit comments