Skip to content

Commit c43dfa2

Browse files
committed
docs: update README in src
1 parent 6ae7e18 commit c43dfa2

File tree

2 files changed

+2
-108
lines changed

2 files changed

+2
-108
lines changed

publish.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22

33
```bash
44
# Bump version in './src/package.json'
5-
git commit -m "foo"
5+
git commit -m "bump version"
66
git tag v?.?.? -m "A Message"
77
git push --tags
8-
cd src
9-
tsc
10-
npm publish
118
```

src/README.md

-104
This file was deleted.

src/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../README.md

0 commit comments

Comments
 (0)