Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lightningspirit committed Aug 11, 2020
1 parent 7b0d7ee commit 1c66134
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

20 changes: 13 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
{
"name": "editorjs-blocks-react-renderer",
"version": "0.1.0",
"version": "0.1.1",
"description": "EditorJS blocks renderer to semanticly beautiful html5 tags via React.",
"keywords": [
"editorjs", "editor.js", "editor", "react", "renderer", "html5", "blocks"
"editorjs",
"editor.js",
"editor",
"react",
"renderer",
"html5",
"blocks"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -14,11 +20,11 @@
"test:watch": "jest --watch",
"format": "prettier --write \"src/**/*.tsx\"",
"lint": "tslint -p tsconfig.json",
"prepare" : "npm run build",
"prepublishOnly" : "npm test && npm run lint",
"preversion" : "npm run lint",
"version" : "npm run format && git add -A src",
"postversion" : "git push && git push --tags"
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 1c66134

Please sign in to comment.