-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
> **Important:** | ||
> Versions 1.X.X and earlier of this package are no longer supported. For new features and support, please upgrade to [the latest version](https://www.npmjs.com/package/asana). | ||
> | ||
>To view sample code for version 1, select the `node-sdk-v1` tab on a specific endpoint's page in the [Asana API reference](https://developers.asana.com/reference/rest-api-reference), or check the [v1 samples](https://github.com/Asana/node-asana/tree/v1.0.3/samples) directory on GitHub. | ||
>To view sample code for version 1, select the `node-sdk-v1` tab on a specific endpoint's page in the [Asana API reference](https://developers.asana.com/reference/rest-api-reference), or check the [v1 samples](https://github.com/Asana/node-asana/tree/v1.0.4/samples) directory on GitHub. | ||
A JavaScript client (for both Node and browser) for the Asana API v1.0. | ||
|
||
|
@@ -13,20 +13,20 @@ A JavaScript client (for both Node and browser) for the Asana API v1.0. | |
Install with npm: | ||
|
||
```sh | ||
npm install [email protected].3 --save | ||
npm install [email protected].4 --save | ||
``` | ||
|
||
### Browser | ||
|
||
Include the v1.0.3 release directly from GitHub. | ||
Include the v1.0.4 release directly from GitHub. | ||
|
||
```html | ||
<script src="https://github.com/Asana/node-asana/releases/download/v1.03/asana-min.js"></script> | ||
``` | ||
|
||
**OR:** | ||
|
||
1. Download the v1.0.3 distribution in [releases](https://github.com/Asana/node-asana/releases). | ||
1. Download the v1.0.4 distribution in [releases](https://github.com/Asana/node-asana/releases). | ||
2. Make sure to serve it from your webserver. | ||
3. Include it on the client from a `<script>` tag. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "asana", | ||
"main": "dist/asana.js", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"homepage": "https://github.com/Asana/node-asana", | ||
"authors": [ | ||
"Greg Slovacek <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters