Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kadikraman committed Apr 8, 2018
1 parent 71a39a4 commit dbeb0a8
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "draftjs-md-converter",
"version": "0.1.7",
"version": "1.0.0",
"description": "Converter for converting Draft.js state into Markdown and vice versa",
"main": "dist/index.js",
"license": "MIT",
Expand All @@ -17,13 +17,24 @@
"precommit": "lint-staged"
},
"lint-staged": {
"*.js": ["eslint --fix", "git add"]
"*.js": [
"eslint --fix",
"git add"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/kadikraman/draftjs-md-converter.git"
},
"keywords": ["Draft.js", "Markdown", "converter", "react", "rich", "text", "editor"],
"keywords": [
"Draft.js",
"Markdown",
"converter",
"react",
"rich",
"text",
"editor"
],
"author": "Kadi Kraman",
"bugs": {
"url": "https://github.com/kadikraman/draftjs-md-converter/issues"
Expand Down

0 comments on commit dbeb0a8

Please sign in to comment.