Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjrv committed Dec 9, 2015
1 parent 91915a3 commit 6609624
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"typings": "dist/cget.d.ts",
"browser": "dist/browser.js",
"scripts": {
"prepublish": "tsd install && cd src && tsc && tsc -p tsconfig-browser.json && tsc -p ../test",
"prepublish": "tsd install && tsc -p src && tsc -p src/tsconfig-browser.json && tsc -p test",
"test": "node test/serve.js test/cache index.html"
},
"author": "Juha Järvi",
Expand All @@ -29,11 +29,11 @@
"server"
],
"dependencies": {
"bluebird": "~3.0.5",
"bluebird": "~3.0.6",
"request": "~2.67.0"
},
"devDependencies": {
"tsd": "~0.6.5",
"typescript": "^1.8.0-dev.20151128"
"typescript": "^1.8.0-dev.20151204"
}
}

0 comments on commit 6609624

Please sign in to comment.