Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 04e2fd8

Browse files
committed
Fixed package.json dependency and added missing script.
Fixes #42
1 parent 84d7760 commit 04e2fd8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

async/bin/ts-async-github-sample

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/usr/bin/env node
2+
require("../lib/index.js");

async/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"gulp-sourcemaps": "^1.5.2",
1515
"gulp-typescript": "^2.9.0",
1616
"merge2": "^0.3.6",
17-
"typescript": "^1.7.0"
17+
"typescript": "next"
1818
},
1919
"scripts": {
2020
"test": "./node_modules/.bin/gulp test"

0 commit comments

Comments
 (0)