Skip to content

Commit

Permalink
0.187.0
Browse files Browse the repository at this point in the history
  • Loading branch information
imodeljs-admin committed Jan 16, 2019
1 parent 93f624a commit 6bf9fda
Show file tree
Hide file tree
Showing 2,433 changed files with 101,206 additions and 65,189 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MIT License

Copyright © 2018 Bentley Systems, Incorporated. All rights reserved.
Copyright © 2019 Bentley Systems, Incorporated. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# The iModel.js Library

Copyright © 2018 Bentley Systems, Incorporated. All rights reserved.
Copyright © 2019 Bentley Systems, Incorporated. All rights reserved.

The [iModel.js](http://imodeljs.org) library is an open source library for creating, querying, modifying, and displaying iModels.

If you have questions, or wish to contribute to iModel.js, see our [Contributing guide](./CONTRIBUTING.md).

## About this Repository

[![Build status](https://dev.azure.com/imodeljs/imodeljs/_apis/build/status/iModel.js)](https://dev.azure.com/imodeljs/imodeljs/_build/latest?definitionId=1)

This repository is a *monorepo* that holds the source code to several iModel.js npm packages. It is built using [Rush](http://rushjs.io/).

See [rush.json](./rush.json) for the list of packages. These packages are described below:
Expand All @@ -21,7 +23,7 @@ See [rush.json](./rush.json) for the list of packages. These packages are descri
* Controls the version number and package dependencies for **@bentley/geometry-core**
* `core/common/package.json`
* Controls the version number for **@bentley/imodeljs-common**
* Controls the package dependencies for the source code in common to both the backend and frontend
* Controls the package dependencies for the source code in common with both the backend and frontend
* `core/backend/package.json`
* Controls the version number and package dependencies for **@bentley/imodeljs-backend**
* `core/clients/package.json`
Expand All @@ -46,9 +48,9 @@ Each package will have its own **node_modules** directory which will contain sym
## Prerequisites

* [Git](https://git-scm.com/)
* [Node](https://nodejs.org/en/): an installation of the latest security patch of Node 8.11.x. The Node installation also includes the **npm** package manager.
* [Node](https://nodejs.org/en/): an installation of the latest security patch of Node 10. The Node installation also includes the **npm** package manager.
* [Rush](https://github.com/Microsoft/web-build-tools/wiki/Rush): to install `npm install -g @microsoft/rush`
* [TypeScript](https://www.typescriptlang.org/): this is listed as a devDependency, so if you're building it from source, you will get it with `rush install`. Currently we're using version 3.0 of TypeScript.
* [TypeScript](https://www.typescriptlang.org/): this is listed as a devDependency, so if you're building it from source, you will get it with `rush install`.
* [Visual Studio Code](https://code.visualstudio.com/): an optional dependency, but the repository structure is optimized for its use

### Linux
Expand Down

This file was deleted.

Loading

0 comments on commit 6bf9fda

Please sign in to comment.