Skip to content
This repository has been archived by the owner on Feb 18, 2019. It is now read-only.

Commit

Permalink
fix(dtsm): fix grunt test failed
Browse files Browse the repository at this point in the history
  • Loading branch information
vvakame committed Mar 3, 2015
1 parent 9d6a348 commit 90e382a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions test/fixture/dtsm-installFromFile.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"ref": "master"
}
],
"path": "test-tmp/installFromFile",
"bundle": "test-tmp/installFromFile/bundle.d.ts",
"path": "../../test-tmp/installFromFile",
"bundle": "../../test-tmp/installFromFile/bundle.d.ts",
"dependencies": {
"atom/atom.d.ts": {
"ref": "master"
}
}
}
}
6 changes: 3 additions & 3 deletions test/fixture/dtsm-update.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"ref": "master"
}
],
"path": "test-tmp/update",
"bundle": "test-tmp/update/bundle.d.ts",
"path": "../../test-tmp/update",
"bundle": "../../test-tmp/update/bundle.d.ts",
"dependencies": {
"es6-promise/es6-promise.d.ts": {
"ref": "8b077e4f05910a405387f4fcfbe84e8b8f15d6bd"
}
}
}
}

0 comments on commit 90e382a

Please sign in to comment.