File tree 7 files changed +8
-8
lines changed
textcomplete-contenteditable
7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docs" ,
3
3
"private" : true ,
4
- "version" : " 0.1.11 " ,
4
+ "version" : " 0.1.12 " ,
5
5
"scripts" : {
6
6
"build" : " rm -fr dist cache && parcel build index.pug --public-url /textcomplete" ,
7
7
"format:eslint" : " eslint --fix '**/*.ts' '**/*.tsx'" ,
12
12
},
13
13
"dependencies" : {
14
14
"@textcomplete/codemirror" : " ^0.1.11" ,
15
- "@textcomplete/contenteditable" : " ^0.1.11 " ,
15
+ "@textcomplete/contenteditable" : " ^0.1.12 " ,
16
16
"@textcomplete/core" : " ^0.1.11" ,
17
17
"@textcomplete/textarea" : " ^0.1.11" ,
18
18
"codemirror" : " ^5.54.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.1.11 " ,
2
+ "version" : " 0.1.12 " ,
3
3
"npmClient" : " yarn" ,
4
4
"useWorkspaces" : true ,
5
5
"command" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @textcomplete/codemirror" ,
3
- "version" : " 0.1.11 " ,
3
+ "version" : " 0.1.12 " ,
4
4
"description" : " Textcomplete editor for CodeMirror" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @textcomplete/contenteditable" ,
3
- "version" : " 0.1.11 " ,
3
+ "version" : " 0.1.12 " ,
4
4
"description" : " Textcomplete editor for contenteditable" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @textcomplete/core" ,
3
- "version" : " 0.1.11 " ,
3
+ "version" : " 0.1.12 " ,
4
4
"description" : " Textcomplete core." ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @textcomplete/textarea" ,
3
- "version" : " 0.1.11 " ,
3
+ "version" : " 0.1.12 " ,
4
4
"description" : " Textcomplete editor for HTMLTextAreaElement" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @textcomplete/utils" ,
3
- "version" : " 0.1.11 " ,
3
+ "version" : " 0.1.12 " ,
4
4
"description" : " Utility functions for Textcomplete editors" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments