Skip to content

Commit 77c40ab

Browse files
authored
Merge pull request #35 from microsoftgraph/dan-silver-patch-1
Move es6-promise to dependencies to fix #34
2 parents 48dce8e + 3100521 commit 77c40ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
"@types/mocha": "^2.2.34",
1414
"browserify": "^13.1.0",
1515
"mocha": "^3.2.0",
16-
"typescript": "^2.2.1",
17-
"es6-promise": "^4.1.0"
16+
"typescript": "^2.2.1"
1817
},
1918
"scripts": {
2019
"build": "tsc && node node-browserify.js > lib/graph-js-sdk-web.js",
2120
"test": "mocha lib/test"
2221
},
2322
"dependencies": {
24-
"superagent": "~3.3.0"
23+
"superagent": "~3.3.0",
24+
"es6-promise": "^4.1.0"
2525
},
2626
"repository": {
2727
"type": "git",

0 commit comments

Comments
 (0)