We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a75ae62 commit 3cb1c6bCopy full SHA for 3cb1c6b
package.json
@@ -1,13 +1,14 @@
1
{
2
"name": "ansi-to-react",
3
- "version": "6.0.8",
+ "version": "0.0.0-development",
4
"description": "ANSI to React Elements",
5
"main": "lib/index.js",
6
"types": "lib/index.d.ts",
7
"nteractDesktop": "src/index.ts",
8
"scripts": {
9
"build": "tsc -b",
10
- "test": "jest"
+ "test": "jest",
11
+ "semantic-release": "semantic-release"
12
},
13
"repository": "https://github.com/nteract/ansi-to-react",
14
"keywords": [
@@ -37,6 +38,7 @@
37
38
"react": "^16.13.0",
39
"react-dom": "^16.13.0",
40
"ts-jest": "^25.2.1",
- "typescript": "^3.8.3"
41
+ "typescript": "^3.8.3",
42
+ "semantic-release": "^17.2.1"
43
}
44
0 commit comments