Skip to content

Commit

Permalink
~ fixing typescript@2.0.0, and parse5 after RC changes, .nvmrc, and l…
Browse files Browse the repository at this point in the history
…aunch.json
  • Loading branch information
katallaxie committed Aug 31, 2016
1 parent 0bcb2fa commit fb507ec
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/4.2.1
lts/*
9 changes: 7 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,20 @@
"name": "Launch Chrome against localhost, with sourcemaps",
"type": "chrome",
"request": "launch",
"url": "http://localhost:3000",
"url": "http://localhost:3000/*",
"runtimeArgs": [
"--disable-web-security",
"--user-data-dir",
"--remote-debugging-port=9222"
],
"sourceMaps": true,
"webRoot": "${workspaceRoot}"
},
{
"name": "Attach to Chrome, with sourcemaps",
"type": "chrome",
"request": "attach",
"url": "http://localhost:3000",
"url": "http://localhost:3000/*",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"karma-mocha-reporter": "^2.0.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "1.8.0",
"parse5": "^1.5.1",
"parse5": "^1.3.2",
"protractor": "^3.2.2",
"raw-loader": "0.5.1",
"remap-istanbul": "^0.6.3",
Expand All @@ -122,7 +122,7 @@
"tslint": "^3.15.0-dev.0",
"tslint-loader": "^2.1.3",
"typedoc": "^0.4.4",
"typescript": "^2.0.0-beta",
"typescript": "2.0.0",
"url-loader": "^0.5.7",
"webpack": "^2.1.0-beta.21",
"webpack-dev-middleware": "^1.6.1",
Expand Down

0 comments on commit fb507ec

Please sign in to comment.