mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 20:52:56 +01:00
Delete test/package.json
This commit is contained in:
parent
146fedb9cf
commit
22ba9ff9c7
2 changed files with 1 additions and 10 deletions
|
|
@ -4,7 +4,7 @@
|
|||
"description": "A webpack plugin for the Monaco Editor",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "./node_modules/.bin/webpack --config test/webpack.config.js"
|
||||
"test": "node ./node_modules/webpack/bin/webpack.js --config test/webpack.config.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
|||
|
|
@ -1,9 +0,0 @@
|
|||
{
|
||||
"name": "monaco-webpack-test",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "node ../node_modules/webpack/bin/webpack.js --config webpack.config.js"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue