Skip to content

Commit

Permalink
bump version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
strtok committed Nov 10, 2024
1 parent d5c4a1e commit cdb0940
Showing 1 changed file with 55 additions and 55 deletions.
110 changes: 55 additions & 55 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,57 +1,57 @@
{
"name": "xterm-readline",
"version": "1.1.1",
"description": "xterm-js readline addon",
"keywords": [
"xterm",
"readline",
"cli",
"terminal"
],
"author": "Erik Bremen <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/strtok/xterm-readline",
"bugs": "https://github.com/strtok/xterm-readline/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/strtok/xterm-readline.git"
},
"main": "lib/readline.js",
"types": "lib/readline.d.ts",
"scripts": {
"start": "npm run build:live",
"dev": "tsc --watch -p .",
"build": "tsc -p .",
"build:live": "nodemon --watch 'src/**/*.ts' --exec \"ts-node\" src/readline.ts",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "eslint .",
"prepare": "npm run build",
"preversion": "npm run lint",
"package": "../../node_modules/.bin/webpack",
"prepublish": "tsc",
"prepublishOnly": "npm test && npm run lint",
"test": "jest"
},
"devDependencies": {
"@types/jest": "^29.2.4",
"@types/node": "^22.9.0",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"@xterm/xterm": "^5.5.0",
"babel-jest": "^29.7.0",
"eslint": "^9.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"nodemon": "^3.1.7",
"prettier": "^3.3.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
},
"dependencies": {
"string-width": "^4"
},
"peerDependencies": {
"@xterm/xterm": "^5.5.0"
}
"name": "xterm-readline",
"version": "1.1.2",
"description": "xterm-js readline addon",
"keywords": [
"xterm",
"readline",
"cli",
"terminal"
],
"author": "Erik Bremen <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/strtok/xterm-readline",
"bugs": "https://github.com/strtok/xterm-readline/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/strtok/xterm-readline.git"
},
"main": "lib/readline.js",
"types": "lib/readline.d.ts",
"scripts": {
"start": "npm run build:live",
"dev": "tsc --watch -p .",
"build": "tsc -p .",
"build:live": "nodemon --watch 'src/**/*.ts' --exec \"ts-node\" src/readline.ts",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "eslint .",
"prepare": "npm run build",
"preversion": "npm run lint",
"package": "../../node_modules/.bin/webpack",
"prepublish": "tsc",
"prepublishOnly": "npm test && npm run lint",
"test": "jest"
},
"devDependencies": {
"@types/jest": "^29.2.4",
"@types/node": "^22.9.0",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"@xterm/xterm": "^5.5.0",
"babel-jest": "^29.7.0",
"eslint": "^9.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"nodemon": "^3.1.7",
"prettier": "^3.3.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
},
"dependencies": {
"string-width": "^4"
},
"peerDependencies": {
"@xterm/xterm": "^5.5.0"
}
}

0 comments on commit cdb0940

Please sign in to comment.