Skip to content

Commit

Permalink
Merge pull request #35 from typings/remove-is-callable
Browse files Browse the repository at this point in the history
Remove is-callable
  • Loading branch information
unional committed Mar 27, 2016
2 parents 9f4cd81 + 52e4abb commit 3d43c21
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
* [x] Add source as submodule
* [ ] Install supporting utilities and settings
* [x] [`tslint.json`](https://github.com/typings/tslint-config-typings) for typings
* [x] [`is-callable`](https://www.npmjs.com/package/is-callable)
* [x] Default test harness: [`blue-tape`](https://www.npmjs.com/package/blue-tape)
* [ ] Custom test harness
* [ ] Mocha
Expand Down
1 change: 0 additions & 1 deletion generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ module.exports = yeoman.Base.extend({
this.fs.write('test/test.ts',
[
'import test = require(\'blue-tape\');',
'import isCallable = require(\'is-callable\');',
'',
this.isAmbient ? '' : `import ${this.sourcePackageName} = require('${this.sourcePackageName}');`,
''
Expand Down
1 change: 0 additions & 1 deletion generators/app/templates/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
},
"devDependencies": {
"blue-tape": "^0.2.0",
"is-callable": "1.1.3",
"onchange": "^2.2.0",
"tap-spec": "^4.1.1",
"ts-node": "^0.7.0",
Expand Down

0 comments on commit 3d43c21

Please sign in to comment.