We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01f28eb commit d7a934eCopy full SHA for d7a934e
.travis.yml
@@ -1,9 +1,7 @@
1
---
2
language: node_js
3
node_js:
4
- # we recommend testing addons with the same minimum supported node version as Ember CLI
5
- # so that your addon works for all apps
6
- - "4"
+ - "6"
7
8
sudo: false
9
dist: trusty
index.js
@@ -1,4 +1,3 @@
-'use strict';
/* eslint-env node */
const fs = require('fs');
lib/typescript-preprocessor.js
const path = require('path');
0 commit comments