Skip to content

Commit

Permalink
0.0.0-prealpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benlesh committed Sep 2, 2015
1 parent 9f0f92c commit 9c91951
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -10,6 +10,11 @@ Reactive Extensions Library for JavaScript

By contributing or commenting on issues in this repository, whether you've read them or not, you're agreeing to the [Contributor Code of Conduct](CODE_OF_CONDUCT.md). Much like traffic laws, ignorance doesn't grant you immunity.

## Installation

```sh
npm install @ReactiveX/RxJS
```

## Goals

Expand Down
10 changes: 8 additions & 2 deletions package.json
@@ -1,5 +1,5 @@
{
"name": "RxJS-Next",
"name": "@ReactiveX/RxJS",
"version": "0.0.0-prealpha.1",
"description": "Reactive Extensions for modern JavaScript",
"main": "index.js",
Expand Down Expand Up @@ -32,7 +32,13 @@
"ES2015"
],
"author": "Ben Lesh <blesh@netflix.com>",
"license": "TBD",
"contributors": [
{ "name": "Ben Lesh", "email": "blesh@netflix.com" },
{ "name": "Paul Taylor", "email": "paul.e.taylor@me.com" },
{ "name": "Jeff Cross", "email": "crossj@google.com" },
{ "name": "Matthew Podwysocki", "email": "matthewp@microsoft.com"}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ReactiveX/RxJS/issues"
},
Expand Down

0 comments on commit 9c91951

Please sign in to comment.