Skip to content

Commit

Permalink
feat(Typings): Added tsd.json for node typings
Browse files Browse the repository at this point in the history
  • Loading branch information
logikaljay committed Dec 6, 2015
1 parent acd8835 commit 1f3d1af
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
typings
2 changes: 1 addition & 1 deletion init.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
echo "What do you want to call this module? (some-node-module)"
read DEST

VERSION=1.1.1
VERSION=1.2.1
URL="https://github.com/logikaljay/scaffold-node-module/archive/v${VERSION}.zip"
SRC="scaffold-node-module-${VERSION}"

Expand Down
12 changes: 12 additions & 0 deletions tsd.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"version": "v4",
"repo": "borisyankov/DefinitelyTyped",
"ref": "master",
"path": "typings",
"bundle": "typings/tsd.d.ts",
"installed": {
"node/node.d.ts": {
"commit": "e5a27ea95e47b95333784f1f0d590127b4e39a89"
}
}
}

0 comments on commit 1f3d1af

Please sign in to comment.