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 4678ae5 commit 74dd2e3Copy full SHA for 74dd2e3
README.md
@@ -8,16 +8,11 @@
8
9
Super powerful structural search and replace for JavaScript and TypeScript to automate your refactoring
10
11
-# Version 2 Beta
12
-
13
-These are docs for the version 2 beta branch.
14
15
# Table of Contents
16
17
<!-- toc -->
18
19
- [astx](#astx)
20
-- [Version 2 Beta](#version-2-beta)
21
- [Table of Contents](#table-of-contents)
22
- [Introduction](#introduction)
23
- [Usage examples](#usage-examples)
package.json
@@ -60,7 +60,7 @@
60
},
61
"release": {
62
"branches": [
63
- "master",
+ "main",
64
{
65
"name": "beta",
66
"prerelease": true
0 commit comments