@contentful/structured-text-types
Advanced tools
Comparing version 2.1.0 to 2.2.0
@@ -7,3 +7,4 @@ "use strict"; | ||
UNDERLINE: 'underline', | ||
CODE: 'code', | ||
}; | ||
//# sourceMappingURL=marks.js.map |
@@ -38,2 +38,3 @@ 'use strict'; | ||
UNDERLINE: 'underline', | ||
CODE: 'code', | ||
}; | ||
@@ -40,0 +41,0 @@ |
@@ -5,3 +5,4 @@ declare const _default: { | ||
UNDERLINE: string; | ||
CODE: string; | ||
}; | ||
export default _default; |
{ | ||
"name": "@contentful/structured-text-types", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "", | ||
@@ -14,3 +14,3 @@ "keywords": [], | ||
"type": "git", | ||
"url": "https://github.com/contentful/structured-text-types.git" | ||
"url": "git+ssh://git@github.com/contentful/structured-text-types.git" | ||
}, | ||
@@ -33,3 +33,5 @@ "license": "MIT", | ||
"travis-deploy-once": "travis-deploy-once --pro", | ||
"precommit": "lint-staged" | ||
"precommit": "lint-staged", | ||
"commitmsg": "validate-commit-msg", | ||
"prepush": "npm run test:prod && npm run build" | ||
}, | ||
@@ -36,0 +38,0 @@ "lint-staged": { |
@@ -1,7 +0,17 @@ | ||
structured-text-types | ||
==================== | ||
# structured-text-types | ||
Type Definition and constants for Contentful Structured Text. | ||
Block constants partially taken from [markup-it](https://github.com/GitbookIO/markup-it). | ||
Block constants partially taken from [markup-it](https://github.com/GitbookIO/markup-it). | ||
## Releases flow (Atomatic Releases) | ||
Automatic releases are possible thanks to [semantic release](https://github.com/semantic-release/semantic-release), which publishes the code automatically on npm and generates a changelog. | ||
We follow [angular commit format](https://gist.github.com/stephenparish/9941e89d80e2bc58a153#allowed-type) to generate a changelog. | ||
You'll need to use `npm run commit`, to create conventional commits. | ||
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
19227
335
18