Skip to content

Commit

Permalink
fix(typings): make es6-promise an ambient dep, and bump
Browse files Browse the repository at this point in the history
  • Loading branch information
staltz committed Apr 23, 2016
1 parent 4c8adb8 commit 49edd74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xstream",
"version": "1.0.5",
"version": "1.0.6",
"description": "",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down
5 changes: 3 additions & 2 deletions typings.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "xstream",
"dependencies": {
"dependencies": {},
"devDependencies": {},
"ambientDependencies": {
"es6-promise": "registry:npm/es6-promise#3.0.0+20160211003958"
},
"devDependencies": {},
"ambientDevDependencies": {
"mocha": "github:DefinitelyTyped/DefinitelyTyped/mocha/mocha.d.ts#d6dd320291705694ba8e1a79497a908e9f5e6617",
"node": "github:DefinitelyTyped/DefinitelyTyped/node/node.d.ts#20e1eb9616922d382d918cc5a21870a9dbe255f5"
Expand Down

0 comments on commit 49edd74

Please sign in to comment.