This commit is contained in:
syuilo 2016-12-11 23:13:58 +09:00
parent 9ded9e196e
commit 7343a8a252
3 changed files with 0 additions and 23 deletions

1
.gitignore vendored
View File

@ -1,4 +1,3 @@
/node_modules
/typings
/built
npm-debug.log

View File

@ -1,5 +1,3 @@
/node_modules
/src
/typings
/tmp
npm-debug.log

View File

@ -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"
}
}
}