Skip to content

Commit

Permalink
Try using Node 4.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Dent authored and Jason3S committed May 12, 2019
1 parent 0382eba commit bc864e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions packages/cspell-tools/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: node_js
node_js:
- "node"
- "6"
- "4"
script:
- npm install
- npm run build
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
"xregexp": "^3.1.1"
},
"engines": {
"node": ">=6.0.0"
"node": ">=4.7.0"
}
}
3 changes: 1 addition & 2 deletions packages/cspell-tools/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

import { compileWordList } from './wordListCompiler';
import * as path from 'path';

const program = require('commander');
import * as program from 'commander';
const npmPackage = require(path.join(__dirname, '..', 'package.json'));

program
Expand Down

0 comments on commit bc864e5

Please sign in to comment.