Skip to content

Commit 1b2d2aa

Browse files
committed
Add typings.json
1 parent 02ea0b4 commit 1b2d2aa

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ index.js
22

33
node_modules/
44
.idea/
5+
typings/
56
*.log

typings.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"globalDependencies": {
3+
"node": "registry:env/node#6.0.0+20160723033700"
4+
},
5+
"dependencies": {
6+
"bluebird": "registry:npm/bluebird#3.3.4+20160723033700"
7+
}
8+
}

0 commit comments

Comments
 (0)