update package.json

This commit is contained in:
vvakame
2015-07-21 00:20:50 +09:00
parent bbe26eac71
commit 9fa6c4ee26
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -103,9 +103,9 @@
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz"
},
"minimatch": {
"version": "2.0.8",
"version": "2.0.9",
"from": "minimatch@>=2.0.1 <3.0.0",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.8.tgz",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.9.tgz",
"dependencies": {
"brace-expansion": {
"version": "1.1.0",
@@ -170,9 +170,9 @@
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz"
},
"minimatch": {
"version": "2.0.8",
"version": "2.0.9",
"from": "minimatch@>=2.0.1 <3.0.0",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.8.tgz",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.9.tgz",
"dependencies": {
"brace-expansion": {
"version": "1.1.0",
@@ -306,8 +306,8 @@
},
"typescript": {
"version": "1.5.3",
"from": "https://github.com/Microsoft/TypeScript/tarball/release-1.5",
"resolved": "https://github.com/Microsoft/TypeScript/tarball/release-1.5"
"from": "typescript@1.5.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-1.5.3.tgz"
}
}
}
+1 -1
View File
@@ -36,6 +36,6 @@
},
"devDependencies": {
"definition-tester": "0.2.0",
"typescript": "https://github.com/Microsoft/TypeScript/tarball/release-1.5"
"typescript": "1.5.3"
}
}