diff --git a/.gitignore b/.gitignore index f7c816e..f661b91 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ /node_modules -/typings /built npm-debug.log diff --git a/.npmignore b/.npmignore index 29012d1..0acfd67 100644 --- a/.npmignore +++ b/.npmignore @@ -1,5 +1,3 @@ /node_modules /src -/typings -/tmp npm-debug.log diff --git a/dtsm.json b/dtsm.json deleted file mode 100644 index 8ff0986..0000000 --- a/dtsm.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "repos": [ - { - "url": "https://github.com/borisyankov/DefinitelyTyped.git", - "ref": "master" - } - ], - "path": "typings", - "bundle": "typings/bundle.d.ts", - "link": { - "npm": { - "include": true - } - }, - "dependencies": { - "request/request.d.ts": { - "ref": "0c5c7a2d2bd0ce7dcab963a8402a9042749ca2da" - } - } -} \ No newline at end of file