- Consolidated duplicate UndoManagers to single instance - Fixed connection promise to only resolve on 'connected' status - Fixed WebSocketProvider import (WebsocketProvider) - Added proper doc.destroy() cleanup - Renamed isPresenceInitialized property to avoid conflict Co-Authored-By: Paperclip <noreply@paperclip.ing>
27 lines
448 B
JSON
27 lines
448 B
JSON
{
|
|
"name": "chai",
|
|
"description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic.",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"test",
|
|
"assertion",
|
|
"assert",
|
|
"testing",
|
|
"chai"
|
|
],
|
|
"main": "chai.js",
|
|
"ignore": [
|
|
"build",
|
|
"components",
|
|
"lib",
|
|
"node_modules",
|
|
"support",
|
|
"test",
|
|
"index.js",
|
|
"Makefile",
|
|
".*"
|
|
],
|
|
"dependencies": {},
|
|
"devDependencies": {}
|
|
}
|