Skip to content

Commit

Permalink
Release 0.6.0: Support recording additional activity that is not in t…
Browse files Browse the repository at this point in the history
…he editor.
  • Loading branch information
haoranyu committed Jan 25, 2021
1 parent 80dbf19 commit 7fa7d5e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codemirror-record",
"version": "0.5.4",
"version": "0.6.0",
"description": "A recording and playing library for codemirror. Compatible with version later than 5.37.0.",
"scripts": {
"build": "webpack --mode=production",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"babel-loader": "^8.2.2",
"codemirror": "^5.59.1",
"codemirror": "^5.59.2",
"eslint": "^5.16.0",
"eslint-config-google": "^0.13.0",
"eslint-loader": "^2.2.1",
Expand Down

0 comments on commit 7fa7d5e

Please sign in to comment.