Skip to content

Commit 8d794a0

Browse files
committed
Update README and package.json for beta release
1 parent b3cc9ab commit 8d794a0

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Beta
2+
3+
This is a fork of the `atom-typescript` package with a very different implementation and, necessarily, different user experience. More info here: https://github.com/TypeStrong/atom-typescript/pull/1166
4+
15
# Atom TypeScript
26

37
[![Join the chat at https://gitter.im/TypeStrong/atom-typescript](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/TypeStrong/atom-typescript?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "atom-typescript",
3-
"version": "10.1.13",
2+
"name": "atom-typescript-beta",
3+
"version": "11.0.1-beta",
44
"main": "./dist/main/atomts",
55
"preferGlobal": true,
66
"description": "The only TypeScript plugin you will ever need.",
@@ -40,14 +40,14 @@
4040
}
4141
}
4242
},
43-
"homepage": "http://atom.io/packages/atom-typescript",
43+
"homepage": "https://github.com/TypeStrong/atom-typescript/pull/1166",
4444
"repository": {
4545
"type": "git",
46-
"url": "https://github.com/TypeStrong/atom-typescript.git"
46+
"url": "https://github.com/guncha/atom-typescript.git"
4747
},
4848
"license": "MIT",
4949
"bugs": {
50-
"url": "https://github.com/TypeStrong/atom-typescript/issues"
50+
"url": "https://github.com/TypeStrong/atom-typescript/pull/1166"
5151
},
5252
"dependencies": {
5353
"@types/atom": "0.0.35",

0 commit comments

Comments
 (0)