Skip to content

Commit 2301647

Browse files
authored
Merge pull request #7 from so-diao/dev
1.0.0
2 parents 538286c + 6bf4a30 commit 2301647

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
File renamed without changes.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tinymce-fontawesomepicker",
3-
"version": "0.2.0",
3+
"version": "1.0.0",
44
"repository": "https://github.com/so-diao/tinymce-fontawesomepicker",
55
"description": "A plugin for tinymce5 that selects the fontawesome icon.",
66
"main": "index.js",
@@ -13,7 +13,6 @@
1313
"author": "so-diao",
1414
"license": "MIT",
1515
"scripts": {
16-
"publish": "npm publish",
1716
"patch": "npm version patch & npm publish",
1817
"minor": "npm version minor & npm publish",
1918
"major": "npm version major & npm publish",

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ A plugin for `tinymce v5` that selects the `fontawesome` icon.
3131

3232

3333
# preview [example](http://gitpages.wo2.me/tinymce-fontawesomepicker/)
34-
![image](image.png)
34+
![icons](icons.png)
35+

0 commit comments

Comments
 (0)