Skip to content

Commit 4128c89

Browse files
Update source-map-support version so unit tests can pass on Windows 10
1 parent 6947611 commit 4128c89

File tree

2 files changed

+38
-30
lines changed

2 files changed

+38
-30
lines changed

npm-shrinkwrap.json

Lines changed: 35 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,14 @@
8585
"analyze": true,
8686
"devDependencies": {
8787
"@types/chai": "4.0.1",
88-
"@types/sinon": "4.0.0",
8988
"@types/chai-as-promised": "0.0.31",
9089
"@types/chokidar": "1.6.0",
9190
"@types/lockfile": "1.0.0",
9291
"@types/node": "6.0.61",
9392
"@types/qr-image": "3.2.0",
9493
"@types/request": "0.0.45",
9594
"@types/semver": "^5.3.31",
95+
"@types/sinon": "4.0.0",
9696
"@types/source-map": "0.5.0",
9797
"@types/universal-analytics": "0.4.1",
9898
"chai": "4.0.2",
@@ -105,9 +105,9 @@
105105
"grunt-ts": "6.0.0-beta.16",
106106
"istanbul": "0.4.5",
107107
"mocha": "3.1.2",
108-
"sinon": "4.1.2",
109108
"should": "7.0.2",
110-
"source-map-support": "^0.4.14",
109+
"sinon": "4.1.2",
110+
"source-map-support": "0.5.3",
111111
"tslint": "5.4.3",
112112
"typescript": "2.4.1"
113113
},

0 commit comments

Comments
 (0)