Skip to content

Commit

Permalink
fix #117: monaco-editor-core as a dev dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
  • Loading branch information
akosyakov committed Sep 6, 2018
1 parent ee85977 commit 9106373
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
6 changes: 5 additions & 1 deletion example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "0.0.1",
"dependencies": {
"express": "^4.15.2",
"monaco-editor-core": "^0.14.6",
"monaco-languageclient": "file:..",
"normalize-url": "^2.0.1",
"reconnecting-websocket": "^3.2.2",
Expand Down
3 changes: 2 additions & 1 deletion example/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"compilerOptions": {
"rootDir": "src",
"outDir": "lib",
"baseUrl": "."
"baseUrl": ".",
"skipLibCheck": true
},
"include": [
"src"
Expand Down
1 change: 0 additions & 1 deletion examples/browser/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"typings": "./lib/index",
"devDependencies": {
"@types/node": "^7.0.12",
"monaco-editor-core": "^0.14.6",
"rimraf": "^2.6.2",
"typescript": "^3.0.1",
"vscode": "^1.1.18"
},
"dependencies": {
"glob-to-regexp": "^0.3.0",
"monaco-editor-core": "^0.14.6",
"vscode-jsonrpc": "^3.6.2",
"vscode-base-languageclient": "4.4.0",
"vscode-uri": "^1.0.5"
Expand All @@ -38,4 +38,4 @@
"prepublishOnly": "npm run dist:amd",
"dist:amd": "tsc --outDir dist/amd --module amd"
}
}
}

0 comments on commit 9106373

Please sign in to comment.