We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02ea0b4 commit 1b2d2aaCopy full SHA for 1b2d2aa
.gitignore
@@ -2,4 +2,5 @@ index.js
2
3
node_modules/
4
.idea/
5
+typings/
6
*.log
typings.json
@@ -0,0 +1,8 @@
1
+{
+ "globalDependencies": {
+ "node": "registry:env/node#6.0.0+20160723033700"
+ },
+ "dependencies": {
+ "bluebird": "registry:npm/bluebird#3.3.4+20160723033700"
7
+ }
8
+}
0 commit comments