Skip to content

Commit ae608e4

Browse files
committed
Use dist tag, for now
1 parent 66b2566 commit ae608e4

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ deploy:
2525
on:
2626
branch: master
2727
node: 8.9.4
28-
# provider: npm
29-
30-
# api_key:
31-
# secure: [insert npm api key]
32-
# on:
33-
# tags: true
28+
- provider: npm
29+
30+
api_key: $NPM_API_KEY
31+
tag: beta
32+
on:
33+
tags: true

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For more details see the [Node documentation](https://developer.amadeus.com/docs
1515
This module has been tested using Node 6 and higher, though it should work with Node 4 and 5 as well. You can install install it using Yarn or NPM.
1616

1717
```sh
18-
npm install amadeus --save
18+
npm install amadeus@beta --save
1919
```
2020

2121
__Next__: [Get Started with the Node SDK.](https://developer.amadeus.com/docs/node/get_started/initialize)

npm-shrinkwrap.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amadeus",
3-
"version": "0.2.0",
3+
"version": "1.0.0-beta1",
44
"description": "Node library for the Amadeus travel APIs",
55
"main": "lib/amadeus.js",
66
"scripts": {

0 commit comments

Comments
 (0)