Skip to content

Commit

Permalink
Fixed a problem with the dependencies when installing the npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
doberkofler committed Jun 2, 2019
1 parent 2b589e1 commit 32b80c9
Show file tree
Hide file tree
Showing 5 changed files with 1,220 additions and 3,008 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ trace/
*.log
*.tgz
.eslintcache
.travis.yml
appveyor.yml
examples/LJ_UNITTEST.js
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.2.0] - 2019-06-02

### Added

### Changed

### Fixed
- Fixed a problem with the dependencies when installing the npm package.
- Fixed link to the official oracledb installation documentation.
- Updated all dependencies.


## [0.1.2] - 2019-03-02
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ See the [changelog](https://github.com/doberkofler/web_plsql/blob/master/CHANGEL

## Prerequisites
There are several prerequisites needed to both compile and run the Oracle database driver.
Please visit the [node-oracledb INSTALL.md](https://github.com/oracle/node-oracledb/blob/master/INSTALL.md) page for more information.
Please visit the [node-oracledb INSTALL.md](https://oracle.github.io/node-oracledb/INSTALL.html) page for more information.

## Installing
* Create and move to a new directory
Expand Down
Loading

0 comments on commit 32b80c9

Please sign in to comment.