1.0.2 • Published 3 years ago
sanctions v1.0.2
sanctions
Set up
Install the dependencies using NPM
npm installRun fetchers
In order to test all fetching functions whether they return an expected list or not:
npm run cy:testNote:
make sure the script exists for that runner in package.json, like so: "au": "node ./lib/runner.js --au",
publish sanctions module
To publish sanctions module:
- Create NPM acccount (https://npmjs.org)
- To login NPM account run this command on Command Line Interface: npm login
- To publish Sanctions package run this command: npm publish
make sure the the sanctions module version updated in package.json, like so: "version": "updated version"
1.0.2
3 years ago