diff --git a/.gitignore b/.gitignore index 3c3629e..48a37e8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ node_modules +typings diff --git a/init.sh b/init.sh index 70039b4..a85d8dc 100755 --- a/init.sh +++ b/init.sh @@ -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}" diff --git a/tsd.json b/tsd.json new file mode 100644 index 0000000..2d9a599 --- /dev/null +++ b/tsd.json @@ -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" + } + } +}