Skip to content

Commit

Permalink
Use types-publisher as tester
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Hanson committed Nov 14, 2016
1 parent 5d36ed5 commit cd5245e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- 4
- 6.9.1

sudo: false

Expand Down
17 changes: 3 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,12 @@
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
},
"engines": {
"node": ">= 0.12.0"
"node": ">= 6.9.1"
},
"scripts": {
"test": "dt --all",
"changes": "dt --changes",
"lint": "dt --lint",
"tscparams": "dt --tscparams --no-tests --no-headers",
"all": "dt",
"dry": "dt --dry --changes",
"list": "dt --dry --print-files --print-refmap",
"last": "dt --dry --print-files --print-refmap --changes",
"files": "dt --dry --print-files",
"refmap": "dt --dry --print-refmap",
"help": "dt -h"
"test": "node node_modules/types-publisher/bin/tester/test.js --run-from-definitely-typed"
},
"devDependencies": {
"definition-tester": "next",
"typescript": "next"
"types-publisher": "Microsoft/types-publisher#production"
}
}

0 comments on commit cd5245e

Please sign in to comment.