Skip to content

Commit 13c2104

Browse files
committed
readying 1.0.0 release
1 parent 66d02a8 commit 13c2104

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Before you can actually publish make sure the following statements are true:
4747

4848
OK - you're actually ready. We're going to publish. Here we need tread carefully. Follow these steps:
4949

50-
- clone ts-loader from the main repo with this command: `https://github.com/TypeStrong/ts-loader.git`
50+
- clone ts-loader from the main repo with this command: `git clone https://github.com/TypeStrong/ts-loader.git`
5151
- [Login to npm](https://docs.npmjs.com/cli/adduser) if you need to: `npm login`
5252
- install ts-loaders packages with `npm install`
5353
- build ts-loader with `npm run build`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-loader",
3-
"version": "1.0.0-beta.1",
3+
"version": "1.0.0",
44
"description": "TypeScript loader for webpack",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)