1.1.1 • Published 5 years ago
delphi-pythia v1.1.1
delphi-pythia
Shared code between delphi and pythia published to npm
Install
Recommended: get delphi-pythia from npm:
npm install delphi-pythia --saveUsage
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 patchTo update minor:
npm version minorTo update major:
npm version majorTo publish:
npm publish