Fix description

This commit is contained in:
lukeleppan 2020-11-09 15:41:01 +02:00
parent ee77996ceb
commit 371568aeb7
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
"id": "better-word-count", "id": "better-word-count",
"name": "Better Word Count", "name": "Better Word Count",
"version": "0.1.0", "version": "0.1.0",
"description": "Counts the words of selected test in the editor.", "description": "Counts the words of selected text in the editor.",
"author": "Luke Leppan", "author": "Luke Leppan",
"authorUrl": "https://lukeleppan.com", "authorUrl": "https://lukeleppan.com",
"isDesktopOnly": false "isDesktopOnly": false

View file

@ -1,7 +1,7 @@
{ {
"name": "better-word-count", "name": "better-word-count",
"version": "0.1.0", "version": "0.1.0",
"description": "Counts the words of selected test in the editor.", "description": "Counts the words of selected text in the editor.",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {
"dev": "rollup --config rollup.config.js -w", "dev": "rollup --config rollup.config.js -w",