add release-it config file and publish to npm
This commit is contained in:
4
.release-it.json
Normal file
4
.release-it.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"non-interactive": true,
|
||||
"buildCommand": "npm run build"
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rrweb-player",
|
||||
"version": "0.2.0",
|
||||
"version": "0.3.0",
|
||||
"devDependencies": {
|
||||
"eslint": "^5.7.0",
|
||||
"eslint-config-google": "^0.11.0",
|
||||
|
||||
Reference in New Issue
Block a user