mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Move mocha to dev dependencies
This commit is contained in:
+1
-3
@@ -20,6 +20,7 @@
|
|||||||
"express-ws": "2.0.0-rc.1",
|
"express-ws": "2.0.0-rc.1",
|
||||||
"glob": "^7.0.5",
|
"glob": "^7.0.5",
|
||||||
"jsdom": "^11.11.0",
|
"jsdom": "^11.11.0",
|
||||||
|
"mocha": "^6.1.4",
|
||||||
"node-pty": "0.7.6",
|
"node-pty": "0.7.6",
|
||||||
"puppeteer": "^1.15.0",
|
"puppeteer": "^1.15.0",
|
||||||
"source-map-loader": "^0.2.4",
|
"source-map-loader": "^0.2.4",
|
||||||
@@ -50,8 +51,5 @@
|
|||||||
"prepublishOnly": "npm run package",
|
"prepublishOnly": "npm run package",
|
||||||
"coveralls": "nyc report --reporter=text-lcov | coveralls",
|
"coveralls": "nyc report --reporter=text-lcov | coveralls",
|
||||||
"watch": "tsc -b -w ./src/tsconfig.all.json --preserveWatchOutput"
|
"watch": "tsc -b -w ./src/tsconfig.all.json --preserveWatchOutput"
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"mocha": "^6.1.4"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user