1.1.1 • Published 4 years ago

delphi-pythia v1.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

delphi-pythia

Shared code between delphi and pythia published to npm

Install

Recommended: get delphi-pythia from npm:

npm install delphi-pythia --save

Usage

let delphPythia = require('delphi-pythia');

console.log(delphiPythia.helloWorld());

Publishing Updates

In order to publish updates, you must update the version number. This can be done manually by changing the version in package.json. An alternative is to run the npm version command (https://docs.npmjs.com/cli/version).

To update patch:

npm version patch

To update minor:

npm version minor

To update major:

npm version major

To publish:

npm publish
1.1.1

4 years ago

1.0.2

4 years ago

1.1.0

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago