indentation

This commit is contained in:
rkrasiuk 2019-06-17 13:17:30 -05:00
parent 7bce3f3c92
commit 01040633ae

View file

@ -1,40 +1,40 @@
{ {
"name": "monaco-editor-webpack-plugin", "name": "monaco-editor-webpack-plugin",
"version": "1.7.0", "version": "1.7.0",
"description": "A webpack plugin for the Monaco Editor", "description": "A webpack plugin for the Monaco Editor",
"main": "index.js", "main": "index.js",
"typings": "./index.d.ts", "typings": "./index.d.ts",
"scripts": { "scripts": {
"test": "node ./node_modules/webpack/bin/webpack.js --config test/webpack.config.js" "test": "node ./node_modules/webpack/bin/webpack.js --config test/webpack.config.js"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/Microsoft/monaco-editor-webpack-plugin.git" "url": "git+https://github.com/Microsoft/monaco-editor-webpack-plugin.git"
}, },
"keywords": [ "keywords": [
"webpack", "webpack",
"monaco", "monaco",
"editor", "editor",
"loader" "loader"
], ],
"author": "Microsoft Corporation", "author": "Microsoft Corporation",
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/Microsoft/monaco-editor-webpack-plugin/issues" "url": "https://github.com/Microsoft/monaco-editor-webpack-plugin/issues"
}, },
"homepage": "https://github.com/Microsoft/monaco-editor-webpack-plugin#readme", "homepage": "https://github.com/Microsoft/monaco-editor-webpack-plugin#readme",
"peerDependencies": { "peerDependencies": {
"webpack": "^4.5.0", "webpack": "^4.5.0",
"monaco-editor": "^0.17.0" "monaco-editor": "^0.17.0"
}, },
"devDependencies": { "devDependencies": {
"css-loader": "^1.0.1", "css-loader": "^1.0.1",
"monaco-editor": "^0.17.0", "monaco-editor": "^0.17.0",
"style-loader": "^0.23.1", "style-loader": "^0.23.1",
"webpack": "^4.25.1", "webpack": "^4.25.1",
"webpack-cli": "^3.1.2" "webpack-cli": "^3.1.2"
}, },
"dependencies": { "dependencies": {
"@types/webpack": "^4.4.19" "@types/webpack": "^4.4.19"
} }
} }