Skip to content

Commit

Permalink
publising to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrillef committed Dec 6, 2019
1 parent 6d9e7d5 commit ffaa6d8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
language: node_js
node_js:
- "6"
- "6.1"
- "5"
- "5.11"

- "8"

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

*NOTE*: The [Design Automation v2 API](https://forge.autodesk.com/en/docs/design-automation/v2/developers_guide/overview/) is deprecated in this module. Instead move to the [Design Automation v3 API](https://forge.autodesk.com/en/docs/design-automation/v3/developers_guide/overview/) using this [NPM package](https://www.npmjs.com/package/forge-design-automation)

*This Version includes Data Management filters and pagination, and the Data Management 'Commands' API.*

## Overview
This [Node.js](https://nodejs.org/) SDK enables you to easily integrate the Forge REST APIs
into your application, including [OAuth](https://developer.autodesk.com/en/docs/oauth/v2/overview/),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "forge-apis",
"version": "0.4.8",
"version": "0.5.0",
"description": "The Forge Platform contains an expanding collection of web service components that can be used with Autodesk cloud-based products or your own technologies. Take advantage of Autodesk’s expertise in design and engineering.",
"license": "Apache-2.0",
"main": "src/index.js",
Expand Down

0 comments on commit ffaa6d8

Please sign in to comment.