Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
v-rudkovskiy committed Mar 27, 2018
2 parents 02fbe5c + 9cb9eba commit 12b3c6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ Demo web application for this library can be found [here](http://io.labs64.com/N
Here is a Docker-based local development environment prepared, which provides a very flexible and extensible way of developing Node.js applications.

### System Requirements
To be able to run Laravel Boilerplate you have to meet the following requirements:
To be able to build this library you have to meet the following requirements:
* [docker](https://www.docker.com)
To be able to build this NetLicensing Client you have to meet the following requirements:
* Node.js > 6.0
* Gulp > 3.9.1
* npm > 3.10.x

### Develop with Docker

Expand Down
1 change: 1 addition & 0 deletions test/services/LicenseServiceTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ describe('services.LicenseServiceTest', () => {
.setProperty('name', Faker.string('JS-NAME-').toUpperCase())
.setProperty('active', true)
.setProperty('version', 1.0);


const productModule = new ProductModule()
.setProperty('number', Faker.string('JS-TEST-').toUpperCase())
Expand Down

0 comments on commit 12b3c6d

Please sign in to comment.