Skip to content

Commit 7e03086

Browse files
committed
Improve setup
1 parent f947ed1 commit 7e03086

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

AUTHORS.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
TypeScript Tester is authored by:
2+
* Sophie Bremer

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"scripts": {
4040
"build": "tsc -p src/",
4141
"clean": "rm -rf lib tst-run",
42+
"release": "npm publish --access public",
4243
"test": "tst tst/",
4344
"watch": "tsc -b src/ -w"
4445
}

0 commit comments

Comments
 (0)