Skip to content

Commit 3cb1c6b

Browse files
committed
Set up config for semantic-release
1 parent a75ae62 commit 3cb1c6b

File tree

2 files changed

+8555
-3
lines changed

2 files changed

+8555
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "ansi-to-react",
3-
"version": "6.0.8",
3+
"version": "0.0.0-development",
44
"description": "ANSI to React Elements",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
77
"nteractDesktop": "src/index.ts",
88
"scripts": {
99
"build": "tsc -b",
10-
"test": "jest"
10+
"test": "jest",
11+
"semantic-release": "semantic-release"
1112
},
1213
"repository": "https://github.com/nteract/ansi-to-react",
1314
"keywords": [
@@ -37,6 +38,7 @@
3738
"react": "^16.13.0",
3839
"react-dom": "^16.13.0",
3940
"ts-jest": "^25.2.1",
40-
"typescript": "^3.8.3"
41+
"typescript": "^3.8.3",
42+
"semantic-release": "^17.2.1"
4143
}
4244
}

0 commit comments

Comments
 (0)