Skip to content

Commit

Permalink
Update www dep
Browse files Browse the repository at this point in the history
  • Loading branch information
carnesen committed Feb 3, 2019
1 parent 7d4ef77 commit 0d7259c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"name": "Launch Program",
"program": "${workspaceFolder}/node_modules/.bin/ts-node",
"args": [
"src/index.ts"
"src/deploy.ts"
]
}
]
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@
"@carnesen/meme-me": "github:carnesen/meme-me",
"@carnesen/redirector": "0.0.0",
"@carnesen/reveal-me": "github:carnesen/reveal-me",
"@carnesen/run-and-exit": "0.1.0",
"@carnesen/www": "^0.1.0"
"@carnesen/run-and-exit": "0.2.0",
"@carnesen/www": "0.2.0"
},
"devDependencies": {
"@carnesen/tsconfig": "0.1.0",
"@carnesen/tslint-config": "0.1.2",
"@types/node": "10.12.18",
"@types/node": "10.12.21",
"rimraf": "2.6.3",
"ts-node": "7.0.1",
"tslint": "5.12.0",
"typescript": "3.2.2"
"ts-node": "8.0.2",
"tslint": "5.12.1",
"typescript": "3.3.1"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/deploy.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import runAndExit = require('@carnesen/run-and-exit');
import { runAndExit } from '@carnesen/run-and-exit';
import { deployApp } from '@carnesen/google-cloud';

runAndExit(deployApp, {
Expand Down

0 comments on commit 0d7259c

Please sign in to comment.